]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed visual markers to count the lines from the testcase...
authorAndreas L. Delmelle <adelmelle@apache.org>
Fri, 23 Feb 2007 00:59:45 +0000 (00:59 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Fri, 23 Feb 2007 00:59:45 +0000 (00:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510739 13f79535-47bb-0310-9956-ffa450edef68

test/layoutengine/standard-testcases/linefeed-treatment_preserve.xml

index 2306a370cdc5746c9f1b804275451745aeabe6e0..12709a2b2fc6cb971043c2dc66b5bb5e37568b70 100644 (file)
 Third line red background</fo:inline>
 <fo:inline background-color="pink"> 
 Fifth line pink background; the above line has one preserved space character.</fo:inline>
-Sixth line yellow background</fo:block>
+
+Seventh line yellow background; the above line is empty.</fo:block>
           <fo:block linefeed-treatment="preserve" background-color="blue"
-                    text-align="start" font="8pt Courier" color="yellow">1
-            2<fo:inline background-color="orange">
-            3
-            4
-            5
-            6 One line, surrounded by some linefeeds; orange line in blue block
-            7
-            8
-            9
-           10</fo:inline>
+                    text-align="start" font="8pt Courier" color="yellow">
+            <fo:inline background-color="orange">
+            
+            
+            
+             One line, surrounded by some linefeeds; orange line in blue block
+            
+            
+            
+            </fo:inline>
           </fo:block>
                </fo:flow>
       </fo:page-sequence>
     </fo:root>
   </fo>
   <checks>
-    <eval expected="6" xpath="count(//block[1]/lineArea)" />
+    <eval expected="7" xpath="count(//block[1]/lineArea)" />
     <eval expected="10" xpath="count(//block[2]/lineArea)" />
   </checks>
 </testcase>