Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <script src="../resources/testharness.js"></script> | |
| 3 <script src="../resources/testharnessreport.js"></script> | |
| 4 <embed src="http://"></embed> | |
| 5 <input type="image" src=""> | |
| 6 <script> | |
| 7 // This tests the case where ImageLoader::DoUpdateFromElement() is called | |
| 8 // and results in scheduling an error event while there was already a pending | |
| 9 // error event. Passes if not crashing. crbug.com/722500 | |
| 10 test(function(){}); | |
| 11 </script> | |
| OLD | NEW |