mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
7 lines
249 B
XML
7 lines
249 B
XML
|
<!-- Test to make sure "y" value is 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"
|
||
|
y="123"/>
|
||
|
</svg>
|