summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/worker/open_window_target.html
blob: 14775aafac82e1668b6353af29b46f784e1f9d5a (plain)
1
2
3
4
5
6
7
8
9
<html>
  <head>
    <meta charset="utf-8" />
    <title>Open Window test target</title>
  </head>
  <body>
    <p>Hello, world!</p>
  </body>
</html>