/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

  1. <html>
  2. <head>
  3. <title>bug 185073</title>
  4. </head>
  5. <body>
  6. <font>
  7. <div id="updateText">
  8. <script language=javascript type=text/javascript>
  9. document.write('</div>');
  10. document.getElementById("updateText").innerHTML = "foo";
  11. </script>
  12. </div>
  13. </font>
  14. </body>
  15. </html>