1 <iframe src=
"resources/crash-textPath-attributes-iframe.svg" onload=
"go(this)"></iframe>
4 testRunner
.dumpAsText();
7 var oSelection
= oIframe
.contentWindow
.getSelection();
8 oSelection
.selectAllChildren(oIframe
.contentDocument
);
9 oSelection
.deleteFromDocument();
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>