diff options
author | Luca Furini <lfurini@apache.org> | 2007-05-15 15:11:34 +0000 |
---|---|---|
committer | Luca Furini <lfurini@apache.org> | 2007-05-15 15:11:34 +0000 |
commit | 29ea9c1b107d76826380f40b57798bb038c6e31b (patch) | |
tree | 67b92fdc465a72fb6ee03ed63c630cd614ae7c7f /test/layoutengine/disabled-testcases.xml | |
parent | 0266898d9599fb55792ed321acfdf77a53c6c22d (diff) | |
download | xmlgraphics-fop-29ea9c1b107d76826380f40b57798bb038c6e31b.tar.gz xmlgraphics-fop-29ea9c1b107d76826380f40b57798bb038c6e31b.zip |
Fixing a problem with disappearing footnotes inside inlines when hyphenation is enabled, and with disappearing footnotes whose inline child can be hyphenated (quite unlikely, but you never know ...).
As the FootnoteLM was completely "bypassed", it could not add the anchor in the getChangedKnuthElement() phase.
Testcase updated with an example of the "hyphenated inline child" case.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@538198 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/disabled-testcases.xml')
-rw-r--r-- | test/layoutengine/disabled-testcases.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index 9767533d2..d81c0dc27 100644 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -105,12 +105,6 @@ regions.</description> </testcase> <testcase> - <name>Footnotes swallowed in hyphenated fo:inlines</name> - <file>footnote_in_inline.xml</file> - <description>getChangedKnuthElements probably loses the footnote - layout manager somewhere along the way.</description> - </testcase> - <testcase> <name>Footnotes swallowed in lists</name> <file>footnote_in_list.xml</file> <description>Element lists for lists are created by combining the |