3 <script type=
"text/javascript">
5 testRunner
.dumpAsText();
11 var res
= document
.getElementById("result");
13 res
.innerText
= "PASS";
15 res
.innerText
= "FAIL ("+str
+")";
19 <body onload=
"writeResult();">
20 <script type=
"text/javascript">
22 document
.write('<script type="text/javascript">');
23 document
.write('str += "foo"');
29 This is a test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=9317">https://bugs.webkit.org/show_bug.cgi?id=
9317</a>
30 REGRESSION: crash in HTML tokenizer at Japanese Apple support page
</i>.
34 Test result:
<span id=
"result">FAIL (did not complete)
</span>