From 4be7cccf6d6b5f230ed0177db194aa114b865d90 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Thu, 2 Mar 2006 20:02:54 +0000 Subject: [PATCH] Test case which demonstrates that a footnote in a fo:inline is swallowed if hyphenation is active. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@382492 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.xml | 6 +++ .../footnote_in_inline.xml | 46 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 test/layoutengine/hyphenation-testcases/footnote_in_inline.xml diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index 1bd206174..7bf010018 100644 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -104,6 +104,12 @@ Space resolution does not work between footnote regions. + + Footnotes swallowed in hyphenated fo:inlines + footnote_in_inline.xml + getChangedKnuthElements probably loses the footnote + layout manager somewhere along the way. + Footnotes swallowed in lists footnote_in_list.xml diff --git a/test/layoutengine/hyphenation-testcases/footnote_in_inline.xml b/test/layoutengine/hyphenation-testcases/footnote_in_inline.xml new file mode 100644 index 000000000..6f5a1a8c4 --- /dev/null +++ b/test/layoutengine/hyphenation-testcases/footnote_in_inline.xml @@ -0,0 +1,46 @@ + + + + + +

+ This test checks footnotes in fo:inline elements. +

+
+ + + + + + + + + + This is a block with a footnote11I'm a footnote! in it. + This is a hyphenated block with a footnote22I'm a footnote! in it. + This is another block without a footnote. + + + + + + + + + + +
-- 2.39.5