2 This page tests for a crash in the HTML tokenizer when adding a
<script
>
3 element to a document without a frame.
6 <pre>PASS: You didn't crash.
</pre>
10 testRunner
.dumpAsText();
12 var doc
= document
.implementation
.createHTMLDocument("");
13 doc
.write("<\script src=''>;<\/script>");