blob: 5e6ee01ae2ed79f15118ad3c45666a025e36ee2e [file] [log] [blame]
<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>