1 <p>Tests a crash in the regular expression engine. If this test prints a PASS message, then it succeeded.
</p>
4 testRunner
.dumpAsText();
6 for (i
= 0; i
< 1000; ++i
)
8 while (string
.length
< 8192) {
12 document
.writeln("<div>PASS: Got to pattern length of 8192 without crashing.</div>");