tenfourfox/layout/reftests/bugs/561981-7.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>