summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/image/image-xy-01.svg
blob: 1afa32a60d133a2d5b924d24926a9a80193e42c9 (plain)
1
2
3
4
5
6
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>