Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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