summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/browser/file_redirect.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/tests/browser/file_redirect.html')
-rw-r--r--toolkit/content/tests/browser/file_redirect.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/toolkit/content/tests/browser/file_redirect.html b/toolkit/content/tests/browser/file_redirect.html
new file mode 100644
index 0000000000..4d5fa9dfd1
--- /dev/null
+++ b/toolkit/content/tests/browser/file_redirect.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+<title>redirecting...</title>
+<script>
+window.addEventListener("load",
+ () => window.location = "file_redirect_to.html");
+</script>
+<body>
+redirectin u bro
+</body>
+</html>