summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/537507-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/537507-2.html')
-rw-r--r--layout/reftests/bugs/537507-2.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/bugs/537507-2.html b/layout/reftests/bugs/537507-2.html
new file mode 100644
index 0000000000..ea150b0f7f
--- /dev/null
+++ b/layout/reftests/bugs/537507-2.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<body>
+ The iframe below should show the text 'Here'<br>
+ <iframe src="537507-2-frame.xhtml" style="display: none" onload="this.style.display = ''"></iframe>
+</body>