| OLD | NEW |
| 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k"> | 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k"> |
| 2 <g> | 2 <g> |
| 3 <defs> | 3 <defs> |
| 4 <text id="text"> | 4 <text id="text"> |
| 5 <a onmousedown=""> | 5 <a onmousedown=""> |
| 6 <animateTransform attributeName="a" end=",1"></animateTransf
orm> | 6 <animateTransform attributeName="a" end=",1"></animateTransf
orm> |
| 7 </a>Passes if doesn't crash | 7 </a>Passes if doesn't crash |
| 8 </text> | 8 </text> |
| 9 </defs> | 9 </defs> |
| 10 <use x="25" y="25" xlink:href="#text"/> | 10 <use x="25" y="25" xlink:href="#text"/> |
| 11 <script><![CDATA[ | 11 <script><![CDATA[ |
| 12 if (window.testRunner) | 12 if (window.testRunner) |
| 13 testRunner.dumpAsText(); | 13 testRunner.dumpAsText(); |
| 14 ]]></script> | 14 ]]></script> |
| 15 </g> | 15 </g> |
| 16 </svg> | 16 </svg> |
| OLD | NEW |