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, 0 insertions, 13 deletions
diff --git a/toolkit/content/tests/browser/file_redirect.html b/toolkit/content/tests/browser/file_redirect.html
deleted file mode 100644
index 4d5fa9dfd..000000000
--- a/toolkit/content/tests/browser/file_redirect.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!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>