aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine/standard-testcases/table_keep-together.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2011-03-22 14:55:21 +0000
committerVincent Hennebert <vhennebert@apache.org>2011-03-22 14:55:21 +0000
commit823d0e968d25875f9774f62f2f5264863cb35ba9 (patch)
treecc995c8eceeb717d64c6da5ab0c9acc228265460 /test/layoutengine/standard-testcases/table_keep-together.xml
parent23a5eabe532f30bf0a84ff4dd31fe79c35c0220f (diff)
downloadxmlgraphics-fop-823d0e968d25875f9774f62f2f5264863cb35ba9.tar.gz
xmlgraphics-fop-823d0e968d25875f9774f62f2f5264863cb35ba9.zip
Bugfix: keep-together does not apply to fo:table-cell
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1084205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/standard-testcases/table_keep-together.xml')
-rw-r--r--test/layoutengine/standard-testcases/table_keep-together.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/layoutengine/standard-testcases/table_keep-together.xml b/test/layoutengine/standard-testcases/table_keep-together.xml
index a904a144a..927ea64e6 100644
--- a/test/layoutengine/standard-testcases/table_keep-together.xml
+++ b/test/layoutengine/standard-testcases/table_keep-together.xml
@@ -92,7 +92,7 @@
<checks>
<element-list category="table-cell" id="cell1">
<box w="14400"/>
- <penalty w="0" p="INF"/> <!-- the keep-together on the table-row has to result in an INFINITE penalty here -->
+ <penalty w="0" p="0"/>
<box w="14400"/>
</element-list>
<element-list category="table-cell" id="cell2">
@@ -114,7 +114,7 @@
<!-- the same again but this time with keep="1" -->
<element-list category="table-cell" id="cell1b">
<box w="14400"/>
- <penalty w="0" p="999"/>
+ <penalty w="0" p="0"/>
<box w="14400"/>
</element-list>
<element-list category="table-cell" id="cell2b">