summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/561981-8.html
blob: 6ed4ade9daaf86be7a74a1f7ed58076038bfdfab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
</head>
<body style="display: none;">
<iframe id="i" src="data:text/html,text">
<script>
  var i = document.getElementById("i");
  i.parentNode.style.display = "";
  i.parentNode.style.display = "none";
</script>
</body>
</html>