oliver@apple.com | 7cc05e3 | 2010-02-24 00:49:34 +0000 | [diff] [blame] | 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[
|
fmalita@chromium.org | 4988a3e | 2012-08-01 23:05:16 +0000 | [diff] [blame] | 12 | if (window.testRunner)
|
| 13 | testRunner.dumpAsText();
|
oliver@apple.com | 7cc05e3 | 2010-02-24 00:49:34 +0000 | [diff] [blame] | 14 | ]]></script>
|
| 15 | </g>
|
| 16 | </svg>
|