Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<div id="testdiv">blocked</div>
<img src='/nonexisting.jpg'
onerror='document.getElementById("testdiv").innerHTML = "allowed";'
style='display:none'>
</body>
</html>