From 14c8bbc13de922dbd253d5e18456f3059aed3575 Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Tue, 5 Nov 2013 12:18:14 +0000 Subject: [PATCH] FOP-2106: Added test case for footnote resetting when the algorithm has to restart page breaking after a too short/long node git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1538963 13f79535-47bb-0310-9956-ffa450edef68 --- .../standard-testcases/footnote_reset.xml | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 test/layoutengine/standard-testcases/footnote_reset.xml diff --git a/test/layoutengine/standard-testcases/footnote_reset.xml b/test/layoutengine/standard-testcases/footnote_reset.xml new file mode 100644 index 000000000..e9015fef7 --- /dev/null +++ b/test/layoutengine/standard-testcases/footnote_reset.xml @@ -0,0 +1,58 @@ + + + + + +

+ This test checks that footnote content is properly reset when the algorithm has to restart + page breaking after a too short/long node. +

+
+ + + + + + + + + + Line 1 + Line 2 + Line 3 + * + + Footnote line 1 of 3 + Footnote line 2 of 3 + Footnote line 3 of 3 + + + Line 4 + + + + + + + + + + + +
-- 2.39.5