/parser/htmlparser/tests/crashtests/73331-1.html
http://github.com/zpao/v8monkey · HTML · 27 lines · 25 code · 2 blank · 0 comment · 0 complexity · 07c1455e9e9df8c7834bf5014eb8fff6 MD5 · raw file
- <html>
- <head>
- <script>
- function crashme() {
- var obj = document.getElementById('popupid');
- obj.style.visibility='hidden';
- }
- </script>
- </head>
- <body onload="crashme();">
- <a href="http://www.mozilla.org/">http://www.mozilla.org/</a>
- <div id="popupid">
- <font>
- <script>
- document.write('<form>');
- document.write('<span>');
- document.write('<input>');
- document.write('</span>');
- document.write('<br>');
- document.write('</form>');
- </script>
- </font>
- </div>
- </body>
- </html>