From 5a78747b7e4546f8006746dfeb7c427592aa1246 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Thu, 20 Oct 2005 19:55:49 +0000 Subject: [PATCH] Test case for the issue that was just clarified by the XSL WG: A page-sequence with the only content an empty block produces an empty page. http://lists.w3.org/Archives/Public/xsl-editors/2005OctDec/0008.html git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@326992 13f79535-47bb-0310-9956-ffa450edef68 --- .../page-production_empty_block_only.xml | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 test/layoutengine/testcases/page-production_empty_block_only.xml diff --git a/test/layoutengine/testcases/page-production_empty_block_only.xml b/test/layoutengine/testcases/page-production_empty_block_only.xml new file mode 100644 index 000000000..56cf16638 --- /dev/null +++ b/test/layoutengine/testcases/page-production_empty_block_only.xml @@ -0,0 +1,54 @@ + + + + + +

+ This test checks if FOP produces an empty page for a page-sequence with its only content an empty block. +

+

+ Clarification by the XSL WG. +

+
+ + + + + + + + + + page 1 + + + + + + + + + + page 3 + + + + + + + +
-- 2.39.5