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 je...@apache.org on 2005/03/08 15:52:30 UTC

cvs commit: xml-fop/test/layoutengine/testcases table-border-collapse1.xml

jeremias    2005/03/08 06:52:30

  Modified:    test/layoutengine/testcases table-border-collapse1.xml
  Log:
  Fix validation error.
  
  Revision  Changes    Path
  1.2       +7 -3      xml-fop/test/layoutengine/testcases/table-border-collapse1.xml
  
  Index: table-border-collapse1.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/table-border-collapse1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- table-border-collapse1.xml	22 Feb 2005 09:52:55 -0000	1.1
  +++ table-border-collapse1.xml	8 Mar 2005 14:52:29 -0000	1.2
  @@ -34,8 +34,12 @@
               <fo:block>block before table</fo:block>
             </fo:block-container>
             <fo:block margin="0pt" border="groove 5pt green" border-right="15pt" height="20pt">normal border here</fo:block>
  -          <fo:block-container margin-left="150pt" width="150pt + 7.5pt" height="5pt" background-color="gray"/>
  -          <fo:block-container margin-left="150pt + 7.5pt" width="150pt - 7.5pt - 7.5pt" height="5pt" background-color="gray"/>
  +          <fo:block-container margin-left="150pt" width="150pt + 7.5pt" height="5pt" background-color="gray">
  +            <fo:block/>
  +          </fo:block-container>
  +          <fo:block-container margin-left="150pt + 7.5pt" width="150pt - 7.5pt - 7.5pt" height="5pt" background-color="gray">
  +            <fo:block/>
  +          </fo:block-container>
             <fo:table table-layout="fixed" width="100%" border-collapse="collapse" background-color="rgb(90%, 90%, 100%)">
               <fo:table-column column-width="150pt"/>
               <fo:table-column column-width="150pt"/>
  
  
  

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