Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-data-png-expected.txt

Issue 1833303002: [Not committed] Make image load completion async and remove EventSender from ImageLoader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Loader_asyncImageLoadEvent_1
Patch Set: Rebase. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 main frame - didStartProvisionalLoadForFrame
2 main frame - didCommitLoadForFrame
3 main frame - didFinishDocumentLoadForFrame
4 main frame - didHandleOnloadEventsForFrame
5 main frame - didFinishLoadForFrame
6 Tests when image's onload event handler is called, and when image.complete becom es true, for data URL (PNG).
7
8 PASS bodyOnLoadCalled is false
9 PASS imgOnLoadCalled is false
10 PASS img.complete is false
11 img's onload
12 PASS bodyOnLoadCalled is false
13 PASS imgOnLoadCalled is true
14 PASS img.complete is true
15 PASS bodyOnLoadCalled is false
16 PASS img2OnLoadCalled is false
17 PASS img2.complete is false
18 img2's onload
19 PASS bodyOnLoadCalled is false
20 PASS img2OnLoadCalled is true
21 PASS img2.complete is true
22 body's onload
23 PASS imgOnLoadCalled is true
24 PASS img.complete is true
25 PASS img2OnLoadCalled is true
26 PASS img2.complete is true
27 PASS successfullyParsed is true
28
29 TEST COMPLETE
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698