Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / head-parsing-19517.html
blob689e5d9509ba85ec0a44c72a5ab00aac52242177
1 <BODY onload="go()"><SCRIPT>
2 function go() {
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 document.body.parentElement.removeChild(document.body);
6 o = document.createElement("textArea");
7 o.innerHTML='<b><menu><link></b><head></head>x';
8 document.write("<p>Test for <a href='https://bugs.webkit.org/show_bug.cgi?id=19517'>bug 19517</a>: DOM modification of textArea causes Access Violation</p>");
9 document.write("<p>PASS if no crash</p>");
11 </SCRIPT></BODY>