summaryrefslogtreecommitdiffstats
path: root/browser/components/originattributes/test/browser/window2.html
blob: 955d2cebb00c603d97e305440e972540cdf2e656 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
  <head>
    <meta charset="utf8">
    <title>Page creating a popup</title>
  </head>
  <body>
    <script type="text/javascript">
       var w = window.open("https://example.com/browser/browser/components/originattributes/test/browser/test_firstParty.html", "test");
    </script>
  </body>
</html>