1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/smil/crashtests/572938-4.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" 1.5 + xmlns:xlink="http://www.w3.org/1999/xlink"> 1.6 +<g id="a"> 1.7 + <path d=""><animate/></path> 1.8 +</g> 1.9 +<g display="none"> 1.10 +<use xlink:href="#a" x="80"/> 1.11 +<set attributeName="display" to="inline"/> 1.12 +</g> 1.13 +</svg>