You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2005/09/15 12:56:28 UTC

svn commit: r289200 - /xmlgraphics/fop/trunk/test/layoutengine/testcases/table-cell_various-combinations.xml

Author: adelmelle
Date: Thu Sep 15 03:56:23 2005
New Revision: 289200

URL: http://svn.apache.org/viewcvs?rev=289200&view=rev
Log:
Slight modification to layout testcase to make initial values for column-number work

Modified:
    xmlgraphics/fop/trunk/test/layoutengine/testcases/table-cell_various-combinations.xml

Modified: xmlgraphics/fop/trunk/test/layoutengine/testcases/table-cell_various-combinations.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/test/layoutengine/testcases/table-cell_various-combinations.xml?rev=289200&r1=289199&r2=289200&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/testcases/table-cell_various-combinations.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/testcases/table-cell_various-combinations.xml Thu Sep 15 03:56:23 2005
@@ -33,22 +33,22 @@
           <fo:table table-layout="fixed" border-collapse="separate">
             <fo:table-column column-width="100%"/>
             <fo:table-body>
-              <fo:table-cell starts-row="true">
+              <fo:table-cell starts-row="true" ends-row="true">
                 <fo:block>plain block</fo:block>
               </fo:table-cell>
-              <fo:table-cell starts-row="true" border="solid 5pt" background-color="yellow">
+              <fo:table-cell starts-row="true" border="solid 5pt" background-color="yellow" ends-row="true">
                 <fo:block>cell with border</fo:block>
               </fo:table-cell>
-              <fo:table-cell starts-row="true" padding="5pt">
+              <fo:table-cell starts-row="true" padding="5pt" ends-row="true">
                 <fo:block background-color="orange">cell with padding</fo:block>
               </fo:table-cell>
-              <fo:table-cell starts-row="true" border="solid 5pt" padding="5pt" background-color="yellow">
+              <fo:table-cell starts-row="true" border="solid 5pt" padding="5pt" background-color="yellow" ends-row="true">
                 <fo:block background-color="orange">cell with border and padding</fo:block>
               </fo:table-cell>
-              <fo:table-cell starts-row="true" border="solid 5pt" height="30pt" display-align="center">
+              <fo:table-cell starts-row="true" border="solid 5pt" height="30pt" display-align="center" ends-row="true">
                 <fo:block>cell with border and height</fo:block>
               </fo:table-cell>
-              <fo:table-cell starts-row="true" padding="5pt" height="30pt" display-align="center" background-color="yellow">
+              <fo:table-cell starts-row="true" padding="5pt" height="30pt" display-align="center" background-color="yellow" ends-row="true">
                 <fo:block background-color="orange">cell with padding and height</fo:block>
               </fo:table-cell>
             </fo:table-body>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org