/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

  1. <!DOCTYPE html>
  2. <html class=reftest-wait>
  3. <head>
  4. <script>
  5. function write() {
  6. 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>');
  7. }
  8. </script>
  9. </head>
  10. <body onload="write();">
  11. <iframe></iframe>
  12. </body>
  13. </html>