Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / animate-use-crash.xhtml
blob2716768648e8df544d05356e709429d0441071a1
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g>
3 <defs>
4 <text id="text">
5 <a onmousedown="">
6 <animateTransform attributeName="a" end=",1"></animateTransform>
7 </a>Passes if doesn't crash
8 </text>
9 </defs>
10 <use x="25" y="25" xlink:href="#text"/>
11 <script><![CDATA[
12 if (window.testRunner)
13 testRunner.dumpAsText();
14 ]]></script>
15 </g>
16 </svg>