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