aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine/standard-testcases/table-cell_height_page-break.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-12-08 14:55:53 +0000
committerJeremias Maerki <jeremias@apache.org>2005-12-08 14:55:53 +0000
commit2f6fb03daf340a5a120dd9ed807f5ef3e04f8618 (patch)
tree8cf9937edf198a067b1e2e23ee60f3545e734a44 /test/layoutengine/standard-testcases/table-cell_height_page-break.xml
parent26df5d3099cf61227665a120fd55c4d5461265c7 (diff)
downloadxmlgraphics-fop-2f6fb03daf340a5a120dd9ed807f5ef3e04f8618.tar.gz
xmlgraphics-fop-2f6fb03daf340a5a120dd9ed807f5ef3e04f8618.zip
Bugfix: Areas for table-cells that are broken over more than one page are now generated even if all its content is already painted on a previous page. This fixes strange effects like a table grid that is not completely painted.
Some check in the test cases had to be adjusted because the indices weren't correct anymore, since now some previously missing areas are generated. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@355105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/standard-testcases/table-cell_height_page-break.xml')
-rw-r--r--test/layoutengine/standard-testcases/table-cell_height_page-break.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/layoutengine/standard-testcases/table-cell_height_page-break.xml b/test/layoutengine/standard-testcases/table-cell_height_page-break.xml
index e0adfa4d8..b27d30d7f 100644
--- a/test/layoutengine/standard-testcases/table-cell_height_page-break.xml
+++ b/test/layoutengine/standard-testcases/table-cell_height_page-break.xml
@@ -81,7 +81,7 @@
<eval expected="cell4e" xpath="//pageViewport[1]/page/regionViewport/regionBody/mainReference/span/flow/block[1]/block[4]/block[1]/block[5]/lineArea"/>
<!-- page 2 -->
- <eval expected="cell4f" xpath="//pageViewport[2]/page/regionViewport/regionBody/mainReference/span/flow/block[1]/block[1]/block[1]/block[1]/lineArea"/>
- <eval expected="cell4g" xpath="//pageViewport[2]/page/regionViewport/regionBody/mainReference/span/flow/block[1]/block[1]/block[1]/block[2]/lineArea"/>
+ <eval expected="cell4f" xpath="//pageViewport[2]/page/regionViewport/regionBody/mainReference/span/flow/block[1]/block[2]/block[1]/block[1]/lineArea"/>
+ <eval expected="cell4g" xpath="//pageViewport[2]/page/regionViewport/regionBody/mainReference/span/flow/block[1]/block[2]/block[1]/block[2]/lineArea"/>
</checks>
</testcase>