From: Jeremias Maerki Date: Wed, 21 Dec 2005 14:44:39 +0000 (+0000) Subject: Dominic Brügger indeed found a bug. Strange that it only appears with break-after... X-Git-Tag: fop-0_92-beta~279 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc1c6fe063fca7873e6812093975b12155daf2a8;p=xmlgraphics-fop.git Dominic Brügger indeed found a bug. Strange that it only appears with break-after and not with break-before. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@358300 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index 412755447..064631ef6 100755 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -17,6 +17,11 @@ + + break-after in nested block + block_break-after_2.xml + Content is swallowed when the break-after occurs on a nested block. + Bugzilla #36391: reference-orientation block-container_reference-orientation_bug36391.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 + + + + + + + + + + + + + + + + +