<!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>