Source code

Revision control

Copy as Markdown

Other Tools

<!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>