summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/worker/open_window.html
blob: d71eb0484df5bb533a6b84d3689188c0bcea8235 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <meta charset="utf-8" />
    <title>Open Window test</title>
  </head>
  <body>
    <p>Hello, world!</p>
    <script type="text/javascript" src="./open_window.js"></script>
  </body>
</html>