summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/web_extensions/actions/test-open-popup-browser-action.html
blob: dc388b8a7f7c18155ad720d407fc1bb6c48d4066 (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-browser-action.js"
    ></script>
  </head>
  <body>
    <body style="height: 100%">
      <p>Hello, world!</p>
    </body>
  </body>
</html>