]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Add explicit border-collapse="separate" property in preparation for the implementatio...
authorVincent Hennebert <vhennebert@apache.org>
Fri, 30 Mar 2007 09:49:38 +0000 (09:49 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Fri, 30 Mar 2007 09:49:38 +0000 (09:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524014 13f79535-47bb-0310-9956-ffa450edef68

test/layoutengine/standard-testcases/markers_9.xml

index 5197665e52052e0e18917a0eaedbe09003787809..1629642f5b74ea211a46f128ab5f391409f43b04 100644 (file)
@@ -49,7 +49,7 @@
           </fo:block>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
-          <fo:table color="black" table-layout="fixed">
+          <fo:table color="black" table-layout="fixed" border-collapse="separate">
             <fo:table-column number-columns-repeated="2"/>
             <fo:table-body>
               <fo:marker marker-class-name="test">body1</fo:marker>
@@ -77,7 +77,7 @@
               </fo:table-row>
             </fo:table-body>
           </fo:table>
-          <fo:table color="red" table-layout="fixed">
+          <fo:table color="red" table-layout="fixed" border-collapse="separate">
             <fo:table-column number-columns-repeated="2"/>
             <fo:table-body>
               <fo:marker marker-class-name="test">body2</fo:marker>
@@ -99,7 +99,7 @@
               </fo:table-row>
             </fo:table-body>
           </fo:table>
-          <fo:table color="blue" table-layout="fixed">
+          <fo:table color="blue" table-layout="fixed" border-collapse="separate">
             <fo:table-column number-columns-repeated="2"/>
             <fo:table-body>
               <fo:marker marker-class-name="test">body3</fo:marker>
               </fo:table-row>
             </fo:table-body>
           </fo:table>
-          <fo:table table-layout="fixed">
+          <fo:table table-layout="fixed" border-collapse="separate">
             <fo:table-column number-columns-repeated="2"/>
             <fo:table-body color="black">
               <fo:marker marker-class-name="test">body5</fo:marker>