summaryrefslogtreecommitdiffstats
path: root/docshell/test/chrome/bug301397_1.html
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/chrome/bug301397_1.html')
-rw-r--r--docshell/test/chrome/bug301397_1.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docshell/test/chrome/bug301397_1.html b/docshell/test/chrome/bug301397_1.html
new file mode 100644
index 000000000..9943c2efe
--- /dev/null
+++ b/docshell/test/chrome/bug301397_1.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>iframe parent</title>
+ </head>
+<body>
+ <iframe id="iframe" src="bug301397_2.html"/>
+ </body>
+</html>