From 7a20e294bc81d7206da849a7713a6ec388acfd0e Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 29 Jun 2005 19:55:39 +0000 Subject: [PATCH] Found the problem with the widely spaced lines: page-number and page-number-citation are too big. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@202419 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.txt | 1 + test/layoutengine/testcases/line-layout2.xml | 59 ++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 test/layoutengine/testcases/line-layout2.xml diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index a5146d8cd..36835e1d0 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -5,6 +5,7 @@ keep-with-previous2.xml keep-with-previous3.xml keep-with-previous4.xml keep-with-previous5.xml +line-layout2.xml list4.xml multi-column2.xml multi-column3.xml diff --git a/test/layoutengine/testcases/line-layout2.xml b/test/layoutengine/testcases/line-layout2.xml new file mode 100644 index 000000000..41dfbc1e0 --- /dev/null +++ b/test/layoutengine/testcases/line-layout2.xml @@ -0,0 +1,59 @@ + + + + + +

+ This test checks normal line layout. We test the reported heights of various text elements. +

+
+ + + + + + + + + + normal text + + + wrapped + inlined + + + + + + + + + + + + + + + + + + + 3 + + +
-- 2.39.5