gecko/layout/reftests/svg/dynamic-use-remove-width-ref.svg

13 lines
321 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2010-06-18 12:15:43 -07:00
<!-- this is a test for https://bugzilla.mozilla.org/show_bug.cgi?id=521682 -->
<defs>
<svg id="d">
<rect height="50%" width="100%" fill="blue" />
</svg>
</defs>
<use id="u" xlink:href="#d" height="100%" />
</svg>