summaryrefslogtreecommitdiffstats
path: root/browser/components/extensions/test/browser/file_popup_api_injection_a.html
blob: 750ff1db37821053c66e6c1043a63532432d0849 (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: BrowserAction: typeof(browser) = ${typeof(browser)}`);
  </script>
</head>
</html>