summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/web_extensions/actions/test-open-popup-page-action.html
blob: 3fe42d0b2e18bb38b80ac05fa7c822908d4b93c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <meta charset="utf-8" />
    <script
      type="text/javascript"
      src="test-open-popup-page-action.js"
    ></script>
  </head>
  <body>
    <body style="height: 100%">
      <p>Hello, world!</p>
    </body>
  </body>
</html>