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/11 14:35:58 UTC

cvs commit: xml-fop/test/layoutengine/testcases margin1.xml margin2.xml

jeremias    2005/03/11 05:35:58

  Modified:    test/layoutengine/testcases margin1.xml margin2.xml
  Log:
  Helper blocks to 1) help visualize the testcase and 2) make sure the space-after block area is not discarded by the LM.
  
  Revision  Changes    Path
  1.2       +2 -1      xml-fop/test/layoutengine/testcases/margin1.xml
  
  Index: margin1.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/margin1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- margin1.xml	6 Jan 2005 14:31:39 -0000	1.1
  +++ margin1.xml	11 Mar 2005 13:35:58 -0000	1.2
  @@ -34,6 +34,7 @@
             <fo:block margin-right="5pt" text-align="end">right</fo:block>
             <fo:block margin-top="5pt">top</fo:block>
             <fo:block margin-bottom="5pt">bottom</fo:block>
  +          <fo:block>EOF</fo:block>
           </fo:flow>
         </fo:page-sequence>
       </fo:root>
  
  
  
  1.2       +2 -1      xml-fop/test/layoutengine/testcases/margin2.xml
  
  Index: margin2.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/margin2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- margin2.xml	6 Jan 2005 15:01:48 -0000	1.1
  +++ margin2.xml	11 Mar 2005 13:35:58 -0000	1.2
  @@ -34,6 +34,7 @@
             <fo:block margin="0pt 5pt">left/right</fo:block>
             <fo:block margin="5pt 0pt">top/bottom</fo:block>
             <fo:block margin="1pt 2pt 3pt">three values</fo:block>
  +          <fo:block>EOF</fo:block>
           </fo:flow>
         </fo:page-sequence>
       </fo:root>
  
  
  

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