| OLD | NEW |
| 1 <svg xmlns="http://www.w3.org/2000/svg"> | 1 <svg xmlns="http://www.w3.org/2000/svg"> |
| 2 <script> | 2 <script> |
| 3 if (window.testRunner) | 3 if (window.testRunner) |
| 4 testRunner.dumpAsText(); | 4 testRunner.dumpAsText(); |
| 5 window.onload = function () { | 5 window.onload = function () { |
| 6 location.hash = 'v1'; | 6 location.hash = 'v1'; |
| 7 document.getElementById("t1").appendChild(document.createTextNode("PASS:
Navigating to symbol did not crash.")); | 7 document.getElementById("t1").appendChild(document.createTextNode("PASS:
Navigating to symbol did not crash.")); |
| 8 } | 8 } |
| 9 </script> | 9 </script> |
| 10 <symbol><view id="v1"/></symbol> | 10 <symbol><view id="v1"/></symbol> |
| 11 <text x="20" y="20" fill="green" id="t1"></text> | 11 <text x="20" y="20" fill="green" id="t1"></text> |
| 12 </svg> | 12 </svg> |
| OLD | NEW |