summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/561981-8.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/561981-8.html')
-rw-r--r--layout/reftests/bugs/561981-8.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/561981-8.html b/layout/reftests/bugs/561981-8.html
new file mode 100644
index 0000000000..6ed4ade9da
--- /dev/null
+++ b/layout/reftests/bugs/561981-8.html
@@ -0,0 +1,12 @@
+<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>