diff options
-rw-r--r-- | test/layoutengine/standard-testcases/basic-link_background-image.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/layoutengine/standard-testcases/basic-link_background-image.xml b/test/layoutengine/standard-testcases/basic-link_background-image.xml index 36aefb963..51766de9a 100644 --- a/test/layoutengine/standard-testcases/basic-link_background-image.xml +++ b/test/layoutengine/standard-testcases/basic-link_background-image.xml @@ -46,4 +46,9 @@ <eval expected="88800" xpath="//flow/block/lineArea/inlineparent/@bpd"/> <eval expected="color=#ffff00,url=../../resources/images/bgimg300dpi.jpg,repeat=no-repeat,horiz=75648,vertical=21360" xpath="//flow/block/lineArea/inlineparent/@background"/> </checks> + <if-checks xmlns:n="http://xmlgraphics.apache.org/fop/intermediate/document-navigation"> + <eval expected="page-trailer" xpath="local-name(//n:link/..)"/> + <eval expected="39336 1650 197376 88800" xpath="//n:link/@rect"/> + <eval expected="http://xmlgraphics.apache.org/fop" xpath="//n:link/n:goto-uri/@uri"/> + </if-checks> </testcase> |