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

Unified Diff: LayoutTests/http/tests/misc/image-onerror-no-load-event-expected.txt

Issue 113633005: Cancel load event on a failed image resource fetch. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test for broken images Created 7 years 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
« no previous file with comments | « LayoutTests/http/tests/misc/image-onerror-no-load-event.html ('k') | Source/core/loader/ImageLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/misc/image-onerror-no-load-event-expected.txt
diff --git a/LayoutTests/http/tests/misc/image-onerror-no-load-event-expected.txt b/LayoutTests/http/tests/misc/image-onerror-no-load-event-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..da2074b881247d4bfe1912cbd967c53b2d45ee4b
--- /dev/null
+++ b/LayoutTests/http/tests/misc/image-onerror-no-load-event-expected.txt
@@ -0,0 +1,13 @@
+Tests if repeated loading of non-existent img.src resources doesn't deliver onload.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS Received onerror for non-existent img.src
+PASS Received onerror for non-existent img.src
+PASS Received error event repeatedly.
+PASS Received onload for broken img.src
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/http/tests/misc/image-onerror-no-load-event.html ('k') | Source/core/loader/ImageLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698