blob: 0d10780dffacd37cac924c3b08baebcc4c697f76 [file] [log] [blame]
<!-- 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="resources/blueRect10x10.png" width="10" height="10"
x="123" y="234"/>
</svg>