summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/xml-parser-error-message-crash.svg
blob: c1dc9fc713bbef4a4309f7c324c2d0a5c5a09309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<svg xmlns="http://www.w3.org/2000/svg">
<script>
if (window.testRunner)
    testRunner.dumpAsText();

function runTest()
{
    document.firstChild.innerHTML = "PASS";
}

document.addEventListener("DOMNodeInsertedIntoDocument", runTest, true);
</script>