blob: 5fe0ede9c3717d3071e2c510c11ff49daeb454f3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<img src="100x100-red.tga" onerror="imgError(this);">
<script>
function imgError(image) {
image.parentNode. removeChild(image);
return true;
}
</script>
</body>
</html>