From dc1c6fe063fca7873e6812093975b12155daf2a8 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 21 Dec 2005 14:44:39 +0000 Subject: Dominic Brügger indeed found a bug. Strange that it only appears with break-after and not with break-before. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@358300 13f79535-47bb-0310-9956-ffa450edef68 --- .../standard-testcases/block_break-after_2.xml | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 test/layoutengine/standard-testcases/block_break-after_2.xml (limited to 'test/layoutengine/standard-testcases/block_break-after_2.xml') diff --git a/test/layoutengine/standard-testcases/block_break-after_2.xml b/test/layoutengine/standard-testcases/block_break-after_2.xml new file mode 100644 index 000000000..6c6e6acf0 --- /dev/null +++ b/test/layoutengine/standard-testcases/block_break-after_2.xml @@ -0,0 +1,63 @@ + + + + + +

+ This test checks a particular bug with break-after. Content is swallowed when the break-after + occurs on a nested block. +

+
+ + + + + + + + + + + line1a + line2a, break after + line3a + + + + + + + line1b + line2b + line3b, break before + + + + + + + + + + + + + + + + +
-- cgit v1.2.3