1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!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>