summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-csp-violation-event-handler.html
blob: 49ab77a0c8a977eaadef9aea2191c2805e8241e8 (plain)
1
2
3
4
5
6
7
8
 <html>
      <head>
        <title>CSP Inline Event Handlers Violations Test</title>
      </head>
      <body onload="document.body.textContent = 'JavaScript executed!';">
        JavaScript should not execute.
      </body>
</html>