blob: 9ee5fa37fcce3f25f206035e2fb8459d3c4b2d83 [file] [log] [blame]
<!doctype html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<embed src="http://"></embed>
<input type="image" src="">
<script>
// This tests the case where ImageLoader::DoUpdateFromElement() is called
// and results in scheduling an error event while there was already a pending
// error event. Passes if not crashing. crbug.com/722500
test(function(){});
</script>