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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-data-png-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-data-png-expected.txt b/third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-data-png-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c3b77c939a5e24c8a8bbb9ed584bbd0c94382857
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-data-png-expected.txt
@@ -0,0 +1,30 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+main frame - didHandleOnloadEventsForFrame
+main frame - didFinishLoadForFrame
+Tests when image's onload event handler is called, and when image.complete becomes true, for data URL (PNG).
+
+PASS bodyOnLoadCalled is false
+PASS imgOnLoadCalled is false
+PASS img.complete is false
+img's onload
+PASS bodyOnLoadCalled is false
+PASS imgOnLoadCalled is true
+PASS img.complete is true
+PASS bodyOnLoadCalled is false
+PASS img2OnLoadCalled is false
+PASS img2.complete is false
+img2's onload
+PASS bodyOnLoadCalled is false
+PASS img2OnLoadCalled is true
+PASS img2.complete is true
+body's onload
+PASS imgOnLoadCalled is true
+PASS img.complete is true
+PASS img2OnLoadCalled is true
+PASS img2.complete is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698