diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/layoutengine/standard-testcases/footnote_id.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/layoutengine/standard-testcases/footnote_id.xml b/test/layoutengine/standard-testcases/footnote_id.xml index e9e30e334..84593df3f 100644 --- a/test/layoutengine/standard-testcases/footnote_id.xml +++ b/test/layoutengine/standard-testcases/footnote_id.xml @@ -38,9 +38,7 @@ <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> @@ -65,6 +63,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)[2]/lineArea[1]/inlineparent[1]/@internal-link"/> + <eval expected="(P1,fnb1)" xpath="((//page)[2]//block)[1]/lineArea[1]/inlineparent[2]/@internal-link"/> </checks> -</testcase>
\ No newline at end of file +</testcase> |