parser/htmlparser/tests/reftest/bug608373-1.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:a14dc8581c0c
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>
14

mercurial