aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine/hyphenation-testcases/footnote_in_inline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/layoutengine/hyphenation-testcases/footnote_in_inline.xml')
-rw-r--r--test/layoutengine/hyphenation-testcases/footnote_in_inline.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/layoutengine/hyphenation-testcases/footnote_in_inline.xml b/test/layoutengine/hyphenation-testcases/footnote_in_inline.xml
index baf0ed73e..4f049c791 100644
--- a/test/layoutengine/hyphenation-testcases/footnote_in_inline.xml
+++ b/test/layoutengine/hyphenation-testcases/footnote_in_inline.xml
@@ -33,6 +33,7 @@
<fo:flow flow-name="xsl-region-body" language="en">
<fo:block>This is a block with a <fo:inline font-style="italic">footnote<fo:footnote><fo:inline font-size="50%" vertical-align="top">1</fo:inline><fo:footnote-body><fo:block><fo:inline font-size="50%" vertical-align="top">1</fo:inline>I'm a footnote!</fo:block></fo:footnote-body></fo:footnote></fo:inline> in it.</fo:block>
<fo:block hyphenate="true">This is a hyphenated block with a <fo:inline font-style="italic">footnote<fo:footnote><fo:inline font-size="50%" vertical-align="top">2</fo:inline><fo:footnote-body><fo:block><fo:inline font-size="50%" vertical-align="top">2</fo:inline>I'm a footnote!</fo:block></fo:footnote-body></fo:footnote></fo:inline> in it.</fo:block>
+ <fo:block hyphenate="true">This is a hyphenated block with a footnote<fo:footnote><fo:inline font-size="50%" vertical-align="top">hyphenation</fo:inline><fo:footnote-body><fo:block><fo:inline font-size="50%" vertical-align="top">hyphenation</fo:inline>I'm yet another footnote!</fo:block></fo:footnote-body></fo:footnote> in it.</fo:block>
<fo:block>This is another block without a footnote.</fo:block>
</fo:flow>
</fo:page-sequence>
@@ -42,6 +43,6 @@
<eval expected="1" xpath="count(//pageViewport)"/>
<!-- the footnotes -->
- <eval expected="2" xpath="count(//pageViewport[1]/page/regionViewport/regionBody/footnote/block)"/>
+ <eval expected="3" xpath="count(//pageViewport[1]/page/regionViewport/regionBody/footnote/block)"/>
</checks>
</testcase>