summaryrefslogtreecommitdiffstats
path: root/mobile/android/tests/browser/robocop/robocop_popup.html
blob: 4b7db35c7e4cd54ddc37e13ccd225e701567bc19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>Page creating a popup</title>
  </head>
  <body>
    <script type="text/javascript">
      window.open("data:text/plain;charset=utf-8,a", "a");
    </script>
  </body>
</html>