summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/reftest/bug608373-1.html
blob: 7bc47552f77cd78fb14019c218b49fdda5d02f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>