Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
| 2 crbug.com/469678: We should fire an image load event even if the image is the la st one we loaded successfully. | |
| 3 | |
| 4 In this test we load an image then we immediately launch an other request for th e same image - only one load event should be fired. | |
| 5 | |
| 6 Then we do the same again: another load event should be fired. | |
| 7 | |
| 8 PASS successfullyParsed is true | |
| 9 | |
| 10 TEST COMPLETE | |
| 11 Image onload event fired for green.jpg | |
| 12 Image onload event fired for green.jpg | |
| 13 PASS | |
| OLD | NEW |