summaryrefslogtreecommitdiffstats
path: root/browser/components/privatebrowsing/test/browser/popup.html
blob: 68bbbfa26055d57ae1f4a76aebe18dd5ceb241de (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">
      window.open("data:text/plain,test", "testwin");
    </script>
  </body>
</html>