Browse Source

Fixed spurious table warnings


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1084193 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1rc1old
Vincent Hennebert 13 years ago
parent
commit
23a5eabe53
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      test/layoutengine/standard-testcases/table-row_keep-together.xml

+ 3
- 3
test/layoutengine/standard-testcases/table-row_keep-together.xml View File

@@ -32,9 +32,9 @@
<fo:page-sequence master-reference="normal">
<fo:flow flow-name="xsl-region-body">
<fo:block>block1</fo:block>
<fo:table table-layout="fixed">
<fo:table-column/>
<fo:table-column/>
<fo:table table-layout="fixed" width="100%">
<fo:table-column column-width="proportional-column-width(1)"/>
<fo:table-column column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row keep-together.within-page="always">
<fo:table-cell id="cell1">

Loading…
Cancel
Save