blob: 340a971d1697bfbe396cee40cd1dde6ded0b9d62 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
Test passes if it does not crash.
<input id="x" type="image" onerror="x.type=''" src="" />
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>