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

Unified Diff: third_party/WebKit/LayoutTests/permissionclient/image-permissions-expected.txt

Issue 1802123002: Unify Resource loading status tracking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/permissionclient/image-permissions-expected.txt
diff --git a/third_party/WebKit/LayoutTests/permissionclient/image-permissions-expected.txt b/third_party/WebKit/LayoutTests/permissionclient/image-permissions-expected.txt
index b5382ab4065cde87e7f4f1b750733498d1361022..22a9cd3833464c14488f5f8b1932e7eac607f3e0 100644
--- a/third_party/WebKit/LayoutTests/permissionclient/image-permissions-expected.txt
+++ b/third_party/WebKit/LayoutTests/permissionclient/image-permissions-expected.txt
@@ -1,8 +1,11 @@
PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif): true
PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif): false
+PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif): false
hiroshige 2016/03/25 17:38:22 Er, one more comment: do the additional lines here
PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif?nocache): false
PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif): false
PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif): false
+PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif): false
+PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif): false
Blocked images can be reloaded, so neither onload nor onerror is called. Only check here that onload is never called when image is blocked.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698