blob: 81442ad7ab5d60da19f736622ac8604c07a9d440 [file] [log] [blame]
oliver@apple.com7cc05e32010-02-24 00:49:34 +00001<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[
fmalita@chromium.org4988a3e2012-08-01 23:05:16 +000012 if (window.testRunner)
13 testRunner.dumpAsText();
oliver@apple.com7cc05e32010-02-24 00:49:34 +000014 ]]></script>
15 </g>
16</svg>