From 56d2a1386836557650baa9db7f839dd2f78247d7 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 7 Dec 2005 09:01:26 +0000 Subject: Bugzilla #37813: Fixed a bug that occurred if the first block was span="all". A page break was inserted in this situation, the first span was calculated as if it were span="none". Code added to remove empty span areas. This is a lot easier and cleaner than trying not to instantiate the first span right from the beginning. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@354752 13f79535-47bb-0310-9956-ffa450edef68 --- .../region-body_column-count_bug37813.xml | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 test/layoutengine/standard-testcases/region-body_column-count_bug37813.xml (limited to 'test') diff --git a/test/layoutengine/standard-testcases/region-body_column-count_bug37813.xml b/test/layoutengine/standard-testcases/region-body_column-count_bug37813.xml new file mode 100644 index 000000000..82985e591 --- /dev/null +++ b/test/layoutengine/standard-testcases/region-body_column-count_bug37813.xml @@ -0,0 +1,58 @@ + + + + + +

+ This test checks multi-column documents. Checks a problem described in Bugzilla #37813. + A page break is performed after the first block which spans. +

+
+ + + + + + + + + + + This line is spanned over all columns. + + + line1 + line2 + line3 + line4 + line5 + line6 + + + This line is spanned over all columns. + + + + + + + + + + + +
-- cgit v1.2.3