aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-03-11 13:35:58 +0000
committerJeremias Maerki <jeremias@apache.org>2005-03-11 13:35:58 +0000
commit74c3053d6a1b47e06b0b2ea98cc275df40d0d8e2 (patch)
tree53627a991aa0f060639e05bcf8024acb8360b443
parent7abfc1a0a7b1b85366468cb2b41f4469eb1b830b (diff)
downloadxmlgraphics-fop-74c3053d6a1b47e06b0b2ea98cc275df40d0d8e2.tar.gz
xmlgraphics-fop-74c3053d6a1b47e06b0b2ea98cc275df40d0d8e2.zip
Helper blocks to 1) help visualize the testcase and 2) make sure the space-after block area is not discarded by the LM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198481 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/layoutengine/testcases/margin1.xml1
-rw-r--r--test/layoutengine/testcases/margin2.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/layoutengine/testcases/margin1.xml b/test/layoutengine/testcases/margin1.xml
index 67eadd36f..8259c0a0a 100644
--- a/test/layoutengine/testcases/margin1.xml
+++ b/test/layoutengine/testcases/margin1.xml
@@ -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>
diff --git a/test/layoutengine/testcases/margin2.xml b/test/layoutengine/testcases/margin2.xml
index 053928766..8dc53fd90 100644
--- a/test/layoutengine/testcases/margin2.xml
+++ b/test/layoutengine/testcases/margin2.xml
@@ -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>