summaryrefslogtreecommitdiffstats
path: root/docshell/test/browser/dummy_iframe_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/browser/dummy_iframe_page.html')
-rw-r--r--docshell/test/browser/dummy_iframe_page.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/docshell/test/browser/dummy_iframe_page.html b/docshell/test/browser/dummy_iframe_page.html
new file mode 100644
index 0000000000..12ce921856
--- /dev/null
+++ b/docshell/test/browser/dummy_iframe_page.html
@@ -0,0 +1,8 @@
+<html>
+<head> <meta charset="utf-8"> </head>
+ <body>
+ just a dummy html file with an iframe
+ <iframe id="frame1" src="dummy_page.html?sub_entry=0"></iframe>
+ <iframe id="frame2" src="dummy_page.html?sub_entry=0"></iframe>
+ </body>
+</html>