summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/popup/popup.html
blob: b855162c25b27b8ecb2eb63280185d408ce79726 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
    <title>Popup</title>
  </head>
  <body>
    I am a popup
  </body>
</html>