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

13 lines
243 B
HTML

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