6 testRunner
.dumpAsText();
8 var doc
= document
.implementation
.createHTMLDocument("");
10 doc
.write('<html><noscript></noscript><canvas></canvas></html>')
14 <body onload=
"runTest()">
16 This test that adding a noscript tag into a document created using createHTMLDocument doesn't crash.