blob: 75d6ffd57e6b29bd90e1a5085ba88316837434c9 [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>