<svg xmlns="http://www.w3.org/2000/svg"> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
window.onload = function () { | |
location.hash = 'v1'; | |
document.getElementById("t1").appendChild(document.createTextNode("PASS: Navigating to symbol did not crash.")); | |
} | |
</script> | |
<symbol><view id="v1"/></symbol> | |
<text x="20" y="20" fill="green" id="t1"></text> | |
</svg> |