Browse Source

Corrected testcase added in r1679533

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1679638 13f79535-47bb-0310-9956-ffa450edef68
pull/2/head
Andreas L. Delmelle 9 years ago
parent
commit
2c8f58a25a
1 changed files with 5 additions and 3 deletions
  1. 5
    3
      test/layoutengine/standard-testcases/footnote_id.xml

+ 5
- 3
test/layoutengine/standard-testcases/footnote_id.xml View File

@@ -38,7 +38,9 @@
<fo:inline font-size="6.95pt" vertical-align="super">1) </fo:inline>
<fo:footnote-body id="fnb1">
<fo:block text-align="left">
<fo:inline font-size="6.95pt" vertical-align="super">1) </fo:inline>http://xmlgrapics.apache.org/fop/</fo:block>
<fo:inline font-size="6.95pt" vertical-align="super">1) </fo:inline>
http://xmlgrapics.apache.org/fop/
</fo:block>
</fo:footnote-body>
</fo:footnote>
</fo:block>
@@ -63,6 +65,6 @@
<!-- Check fo:footnote-body @id -->
<!-- TODO - figure out where @prod-id should go -->
<true xpath="((//page)[2]//block)[2]/lineArea[1]/inlineparent[1]/@internal-link" />
<eval expected="(P1,fnb1)" xpath="((//page)[2]//block)[1]/lineArea[1]/inlineparent[2]/@internal-link"/>
<eval expected="(P1,fnb1)" xpath="((//page)[2]//block)[2]/lineArea[1]/inlineparent[1]/@internal-link"/>
</checks>
</testcase>
</testcase>

Loading…
Cancel
Save