Browse Source

Removed visual markers to count the lines from the testcase...


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510739 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_94
Andreas L. Delmelle 17 years ago
parent
commit
fb98aa33d9
1 changed files with 13 additions and 12 deletions
  1. 13
    12
      test/layoutengine/standard-testcases/linefeed-treatment_preserve.xml

+ 13
- 12
test/layoutengine/standard-testcases/linefeed-treatment_preserve.xml View File

@@ -41,25 +41,26 @@
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>

Loading…
Cancel
Save