From d67d14520a1daa21001b17b5cd55653b7457f65a Mon Sep 17 00:00:00 2001 From: "Andreas L. Delmelle" Date: Sun, 25 Sep 2005 11:49:23 +0000 Subject: Added simple testcase for indefinite page-height git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291400 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.txt | 1 + .../testcases/page-height_indefinite_simple.xml | 52 ++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 test/layoutengine/testcases/page-height_indefinite_simple.xml (limited to 'test') diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index 0a7bf8bc2..078a3e068 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -22,6 +22,7 @@ list-item_block_keep-with-previous.xml list-item_space-before_space-after_2.xml page-breaking_4.xml page-breaking_6.xml +page-height_indefinite_simple.xml page-number-citation_complex_1.xml page-number-citation_complex_2.xml page-number_initial-page-number_2.xml diff --git a/test/layoutengine/testcases/page-height_indefinite_simple.xml b/test/layoutengine/testcases/page-height_indefinite_simple.xml new file mode 100644 index 000000000..86b713ea7 --- /dev/null +++ b/test/layoutengine/testcases/page-height_indefinite_simple.xml @@ -0,0 +1,52 @@ + + + + + +

+ Simple test for page-height="indefinite". The page-heights should + correspond to the sum of the line-heights of the laid out blocks. +

+
+ + + + + + + + + + page1 - block1 + page1 - block2 + page1 - block3 + page2 - block1 + page2 - block2 + page2 - block3 + page3 - block3 + page3 - block2 + page3 - block3 + + + + + + + + + +
-- cgit v1.2.3