tenfourfox/parser/htmlparser/tests/crashtests/696651-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
263 B
HTML

<!DOCTYPE html>
<script>
function runTest() {
var iframe = document.getElementsByTagName("iframe")[0];
var doc = iframe.contentDocument;
doc.write("\u003cscript>document.close();\u003c/script>foo");
}
</script>
<body onload="runTest();">
<iframe></iframe>