summaryrefslogtreecommitdiffstats
path: root/browser/components/extensions/test/browser/file_popup_api_injection_b.html
blob: b8c287e55c85d5e286c491d6077d04b576c44daf (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <script type="application/javascript">
    "use strict";
    throw new Error(`WebExt Privilege Escalation: PageAction: typeof(browser) = ${typeof(browser)}`);
  </script>
</head>
</html>