Files
UXP-Fixed/dom/security/test/csp/file_strict_dynamic_script_events.html
T
2018-02-02 04:16:08 -05:00

15 lines
302 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Bug 1316826 - 'strict-dynamic' blocking DOM event handlers</title>
</head>
<body>
<div id="testdiv">blocked</div>
<img src='/nonexisting.jpg'
onerror='document.getElementById("testdiv").innerHTML = "allowed";'
style='display:none'>
</body>
</html>