]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
setting border-collapse="separate" to make it pass again, now that I started with...
authorJeremias Maerki <jeremias@apache.org>
Thu, 17 Feb 2005 19:58:30 +0000 (19:58 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 17 Feb 2005 19:58:30 +0000 (19:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198441 13f79535-47bb-0310-9956-ffa450edef68

test/layoutengine/testcases/table-fixed1.xml

index 5da422583dd387bf35a1e0596adaaedff1dbbcec..50c2ab834cefa2b4c8204c48f268eca965e522f5 100644 (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/>