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