| <script type="text/javascript"> |
| var res = document.getElementById("result"); |
| res.innerText = "FAIL ("+str+")"; |
| <body onload="writeResult();"> |
| <script type="text/javascript"> |
| document.write('<script type="text/javascript">'); |
| document.write('str += "foo"'); |
| 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> |
| REGRESSION: crash in HTML tokenizer at Japanese Apple support page</i>. |
| Test result: <span id="result">FAIL (did not complete)</span> |