Mypal/layout/reftests/bugs/561981-7.html

13 lines
214 B
HTML

<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>