mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
14 lines
302 B
HTML
14 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>
|