comparison: parser/htmlparser/tests/reftest/bug608373-1.html
parser/htmlparser/tests/reftest/bug608373-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
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 |