Mypal/dom/security/test/csp/file_strict_dynamic_script_...

15 lines
274 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Bug 1316826 - 'strict-dynamic' blocking DOM event handlers</title>
</head>
<body>
<div id="testdiv">blocked</div>
<marquee onstart='document.getElementById("testdiv").innerHTML = "allowed";'>
Bug 1316826
</marquee>
</body>
</html>