/parser/htmlparser/tests/crashtests/185073-1.html
http://github.com/zpao/v8monkey · HTML · 15 lines · 15 code · 0 blank · 0 comment · 0 complexity · 984f0a0ea7dfaedb07063e0b2399b805 MD5 · raw file
- <html>
- <head>
- <title>bug 185073</title>
- </head>
- <body>
- <font>
- <div id="updateText">
- <script language=javascript type=text/javascript>
- document.write('</div>');
- document.getElementById("updateText").innerHTML = "foo";
- </script>
- </div>
- </font>
- </body>
- </html>