summaryrefslogtreecommitdiffstats
path: root/browser/components/originattributes/test/browser/window.html
blob: 34216030c7528d4325b048e789341dd8e4c10fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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();
       w.document.body.innerHTML = "<iframe id='iframe1' src='data:text/plain,test2'></iframe>";
    </script>
  </body>
</html>