/parser/htmlparser/tests/reftest/bug608373-1.html
http://github.com/zpao/v8monkey · HTML · 14 lines · 13 code · 1 blank · 0 comment · 0 complexity · cc18e051a806175a4eb9dc474118799b MD5 · raw file
- <!DOCTYPE html>
- <html class=reftest-wait>
- <head>
- <script>
- function write() {
- document.getElementsByTagName("iframe")[0].contentDocument.write('\u003Cscript src="data:text/javascript,var i = 0;">\u003C\/script>TEXT\u003Cscript>parent.document.documentElement.removeAttribute("class");\u003c/script>');
- }
- </script>
- </head>
- <body onload="write();">
- <iframe></iframe>
- </body>
- </html>