summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/browser/file_redirect.html
blob: 4d5fa9dfd121e54ff6fc9497270b8e522d94e065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>