trisquel-icecat/icecat/devtools/client/webconsole/test/browser/test-csp-violation-event-handler.html

8 lines
235 B
HTML

<html>
<head>
<title>CSP Inline Event Handlers Violations Test</title>
</head>
<body onload="document.body.textContent = 'JavaScript executed!';">
JavaScript should not execute.
</body>
</html>