diff options
Diffstat (limited to 'layout/reftests/svg/image/image-xy-01.svg')
-rw-r--r-- | layout/reftests/svg/image/image-xy-01.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/svg/image/image-xy-01.svg b/layout/reftests/svg/image/image-xy-01.svg new file mode 100644 index 000000000..1afa32a60 --- /dev/null +++ b/layout/reftests/svg/image/image-xy-01.svg @@ -0,0 +1,7 @@ +<!-- Test to make sure "x" and "y" value are simultaneously applied correctly + on svg:image --> +<svg xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink"> + <image xlink:href="blueRect10x10.png" width="10" height="10" + x="123" y="234"/> +</svg> |