summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/tabPrompts/redirect-sameDomain.html
blob: 2e50689d1ec036c35b976e3dc0cf3de1b1ea205b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>example.com</title>
  </head>
  <body>
    I am a friendly test page!
    <script>
      window.location.href="https://test1.example.com:443/browser/browser/base/content/test/tabPrompts/auth-route.sjs";
    </script>
  </body>
</html>