From 01fe8263c423fc3d6d6f0dc634359dda8991b1f8 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 21 Jun 2005 13:10:36 +0000 Subject: In page breaking, content that doesn't fit, should move to the next page even if that means creating empty pages. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198757 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.txt | 1 + test/layoutengine/testcases/normal-breaking5.xml | 61 ++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 test/layoutengine/testcases/normal-breaking5.xml (limited to 'test') diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index f27e30ab8..887042e01 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -7,6 +7,7 @@ keep-with-previous4.xml keep-with-previous5.xml multi-column1.xml normal-breaking4.xml +normal-breaking5.xml table-border-collapse1.xml table-border-collapse2.xml table-fixed2.xml diff --git a/test/layoutengine/testcases/normal-breaking5.xml b/test/layoutengine/testcases/normal-breaking5.xml new file mode 100644 index 000000000..eaad25a03 --- /dev/null +++ b/test/layoutengine/testcases/normal-breaking5.xml @@ -0,0 +1,61 @@ + + + + + +

+ This test checks normal breaking. It checks whether elements that don't fit on a + page are sent over to the next if that one has more room (indirectly checks + changing available BPD, too). +

+
+ + + + + + + + + + + + + + + + + + Apache FOP is a great tool to create PDF documents with. + Apache FOP is a great tool to create PDF documents with. + Apache FOP is a great tool to create PDF documents with. + Apache FOP is a great tool to create PDF documents with. + last line in new block + + + + + + + + + + "/> + "/> + "/> + +
-- cgit v1.2.3