From b851dc2cf131d49526b62aa4b8cc6fe3baba4444 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 9 Jan 2006 10:16:45 +0000 Subject: Bugzilla #38054: Bugfix: Spans that end up with a negative height don't get swallowed anymore. MainReference.getWidth() removed as it's not used anywhere. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@367262 13f79535-47bb-0310-9956-ffa450edef68 --- .../region-body_column-count_bug38054.xml | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 test/layoutengine/standard-testcases/region-body_column-count_bug38054.xml (limited to 'test') diff --git a/test/layoutengine/standard-testcases/region-body_column-count_bug38054.xml b/test/layoutengine/standard-testcases/region-body_column-count_bug38054.xml new file mode 100644 index 000000000..46cc23f02 --- /dev/null +++ b/test/layoutengine/standard-testcases/region-body_column-count_bug38054.xml @@ -0,0 +1,50 @@ + + + + + +

+ This test checks multi-column documents. Checks a problem described in Bugzilla #38054. + Some content is swallowed. Cause: The second span has a negative overall height and was + removed due to a bug in the area tree. +

+
+ + + + + + + + + + + line 1 + line 2 + line 3 + line 4 + + spanned + blah blah blah + + + + + + + +
-- cgit v1.2.3