summaryrefslogtreecommitdiffstats
path: root/docshell/test/browser/file_onbeforeunload_0.html
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/browser/file_onbeforeunload_0.html')
-rw-r--r--docshell/test/browser/file_onbeforeunload_0.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docshell/test/browser/file_onbeforeunload_0.html b/docshell/test/browser/file_onbeforeunload_0.html
new file mode 100644
index 0000000000..7d9acf057d
--- /dev/null
+++ b/docshell/test/browser/file_onbeforeunload_0.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+</head>
+<body>
+ <iframe src="http://example.com/browser/docshell/test/browser/file_onbeforeunload_1.html"></iframe>
+</body>
+</html>