blob: 562c58756df5fb3f89db77158d0838c140c86125 [file] [log] [blame]
<html>
<head>
<script>
function runTest() {
if (window.layoutTestController)
layoutTestController.dumpAsText();
var doc = document.implementation.createHTMLDocument("");
doc.open();
doc.write('<html><noscript></noscript><canvas></canvas></html>')
}
</script>
</head>
<body onload="runTest()">
<div>
This test that adding a noscript tag into a document created using createHTMLDocument doesn't crash.
</div>
<div>SUCCESS!</div>
</html>