summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/iframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/navigation/iframe.html')
-rw-r--r--docshell/test/navigation/iframe.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/docshell/test/navigation/iframe.html b/docshell/test/navigation/iframe.html
new file mode 100644
index 000000000..4685fea7b
--- /dev/null
+++ b/docshell/test/navigation/iframe.html
@@ -0,0 +1,8 @@
+<html>
+<body>
+<script>
+var src = window.location.hash.substring(1);
+document.write('<iframe src="' + src + '"></iframe>');
+</script>
+</body>
+</html>