summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_bug1303838_with_iframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/file_bug1303838_with_iframe.html')
-rw-r--r--dom/base/test/file_bug1303838_with_iframe.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/dom/base/test/file_bug1303838_with_iframe.html b/dom/base/test/file_bug1303838_with_iframe.html
new file mode 100644
index 0000000000..d949ad7383
--- /dev/null
+++ b/dom/base/test/file_bug1303838_with_iframe.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML>
+<html>
+<!--
+Tests for tab switching on link clicks.
+-->
+<head>
+ <meta charset="utf-8">
+ <title>Tests for tab switching on link clicks.</title>
+</head>
+<body>
+ <iframe id="frame" src="file_bug1303838.html"></iframe>
+</body>
+</html>