jeremias 2005/02/17 11:58:30
Modified: test/layoutengine/testcases table-fixed1.xml
Log:
setting border-collapse="separate" to make it pass again, now that I started
with border collapsing.
Revision Changes Path
1.2 +3 -3 xml-fop/test/layoutengine/testcases/table-fixed1.xml
Index: table-fixed1.xml
===================================================================
RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/table-fixed1.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- table-fixed1.xml 9 Feb 2005 15:31:20 -0000 1.1
+++ table-fixed1.xml 17 Feb 2005 19:58:30 -0000 1.2
@@ -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/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]