Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / images / onload-event-when-reloading-image-after-successful-image-load-expected.txt
blob9c365a0c06df4d55647c452b7b4f4db59936f7d7
2 crbug.com/469678: We should fire an image load event even if the image is the last one we loaded successfully.
4 In this test we load an image then we immediately launch an other request for the same image - only one load event should be fired.
6 Then we do the same again: another load event should be fired.
8 PASS successfullyParsed is true
10 TEST COMPLETE
11 Image onload event fired for green.jpg
12 Image onload event fired for green.jpg
13 PASS