test-csp-violation-event-handler.html (235B)
1 <html> 2 <head> 3 <title>CSP Inline Event Handlers Violations Test</title> 4 </head> 5 <body onload="document.body.textContent = 'JavaScript executed!';"> 6 JavaScript should not execute. 7 </body> 8 </html>