Browse Source

setting border-collapse="separate" to make it pass again, now that I started with border collapsing.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198441 13f79535-47bb-0310-9956-ffa450edef68
tags/Root_Temp_KnuthStylePageBreaking
Jeremias Maerki 19 years ago
parent
commit
2c79ce22ae
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      test/layoutengine/testcases/table-fixed1.xml

+ 2
- 2
test/layoutengine/testcases/table-fixed1.xml View File

@@ -30,7 +30,7 @@
</fo:layout-master-set>
<fo:page-sequence master-reference="normal" white-space-collapse="true">
<fo:flow flow-name="xsl-region-body">
<fo:table table-layout="fixed" width="100%" border="solid 5pt">
<fo:table table-layout="fixed" width="100%" border-collapse="separate" border="solid 5pt">
<fo:table-column column-width="100pt"/>
<fo:table-column/>
<fo:table-body>
@@ -52,7 +52,7 @@
</fo:table-row>
</fo:table-body>
</fo:table>
<fo:table table-layout="fixed" width="300pt" space-before="10pt" border="solid 5pt">
<fo:table table-layout="fixed" width="300pt" space-before="10pt" border-collapse="separate" border="solid 5pt">
<fo:table-column column-width="100pt"/>
<fo:table-column column-width="proportional-column-width(0.5)"/>
<fo:table-column/>

Loading…
Cancel
Save