summaryrefslogtreecommitdiffstats
path: root/devtools/client/aboutdebugging/test/addons/test-devtools-webextension/popup.html
blob: 4e3f7aba21f9f21aa2bb896fdcdf53b51cde8e9c (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <script src="popup.js"></script>
  </head>
  <body>
    Background Page Body Test Content
  </body>
</html>