Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / scroll-to-anchor-in-symbol.svg
blob75d6ffd57e6b29bd90e1a5085ba88316837434c9
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 window.onload = function () {
6 location.hash = 'v1';
7 document.getElementById("t1").appendChild(document.createTextNode("PASS: Navigating to symbol did not crash."));
9 </script>
10 <symbol><view id="v1"/></symbol>
11 <text x="20" y="20" fill="green" id="t1"></text>
12 </svg>