aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2008-02-13 20:10:01 +0000
committerVincent Hennebert <vhennebert@apache.org>2008-02-13 20:10:01 +0000
commit40f03bc5a0233f5081acae13cc55f26e91714790 (patch)
tree7418e605efd4a9b075623276417bf505f6ffcba5 /test
parent71ecb950fba8d7134c912acda3a75845930099cb (diff)
downloadxmlgraphics-fop-40f03bc5a0233f5081acae13cc55f26e91714790.tar.gz
xmlgraphics-fop-40f03bc5a0233f5081acae13cc55f26e91714790.zip
Moved to the FO tree stage the check for break-before/after on table-row while spanning in progress, and fixed bug #44321 as well
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@627576 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/layoutengine/standard-testcases/table-row_break-inside-span.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/layoutengine/standard-testcases/table-row_break-inside-span.xml b/test/layoutengine/standard-testcases/table-row_break-inside-span.xml
index 9918ec5ed..d55921e57 100644
--- a/test/layoutengine/standard-testcases/table-row_break-inside-span.xml
+++ b/test/layoutengine/standard-testcases/table-row_break-inside-span.xml
@@ -20,7 +20,7 @@
<info>
<p>
This test checks breaks on tables. Breaks on table-row during row spanning are ignored
- (XSL 1.0, 7.19.1 and 7.19.2).
+ (XSL 1.1, 7.20.1 and 7.20.2).
</p>
</info>
<fo>
@@ -33,10 +33,10 @@
<fo:page-sequence master-reference="normal" white-space-collapse="true">
<fo:flow flow-name="xsl-region-body">
<fo:table table-layout="fixed" width="100%">
- <fo:table-column/>
- <fo:table-column/>
+ <fo:table-column column-width="proportional-column-width(1)"
+ number-columns-repeated="2"/>
<fo:table-body>
- <fo:table-row>
+ <fo:table-row break-after="page">
<fo:table-cell number-rows-spanned="2" background-color="orange">
<fo:block>cell1 line 1</fo:block>
<fo:block>cell1 line 2</fo:block>