tenfourfox/dom/smil/crashtests/572938-4.svg

11 lines
237 B
XML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="a">
<path d=""><animate/></path>
</g>
<g display="none">
<use xlink:href="#a" x="80"/>
<set attributeName="display" to="inline"/>
</g>
</svg>