summaryrefslogtreecommitdiffstats
path: root/browser/components/originattributes/test/browser/window_redirect.html
blob: 37beed910194f3c848b25b965a74f8a1a07801ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <meta charset="utf8">
    <title>Page creating a popup</title>
  </head>
  <body>
    <script type="text/javascript">
       var w = window.open("test_firstParty_http_redirect_to_same_domain.html", "test");
    </script>
  </body>
</html>