Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / crash-textPath-attributes.html
blob788a3522ca6a2d57a33b8541e94b2435e637fad2
1 <iframe src="resources/crash-textPath-attributes-iframe.svg" onload="go(this)"></iframe>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
6 function go(oIframe) {
7 var oSelection = oIframe.contentWindow.getSelection();
8 oSelection.selectAllChildren(oIframe.contentDocument);
9 oSelection.deleteFromDocument();
11 </script>
12 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=62439">Update SVG position values on SVG DOM updates</a></p>
13 <p>This test PASSES if he does not crash</p>