1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/smil/crashtests/572938-3.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 + <defs> 1.7 + <text id="a">Text A</text> 1.8 + <text id="b">Text B</text> 1.9 + </defs> 1.10 + <use xlink:href="#a" x="20" y="40"> 1.11 + <set attributeName="xlink:href" to="#b" dur="2s"/> 1.12 + </use> 1.13 +</svg>