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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/misc/favicon-loads-with-images-disabled-expected.txt

Issue 2211283004: Drop test-only WebFrameClient params/functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fix Created 4 years, 4 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/misc/favicon-loads-with-images-disabled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/misc/favicon-loads-with-images-disabled-expected.txt b/third_party/WebKit/LayoutTests/http/tests/misc/favicon-loads-with-images-disabled-expected.txt
index b4f92515d9f929b5a35366b28d310ae0fae5cf50..7fd84a7911500694c32c32d97011727e2baa0a09 100644
--- a/third_party/WebKit/LayoutTests/http/tests/misc/favicon-loads-with-images-disabled-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/misc/favicon-loads-with-images-disabled-expected.txt
@@ -1,6 +1,5 @@
-http://127.0.0.1:8000/misc/favicon-loads-with-images-disabled.html - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/misc/favicon-loads-with-images-disabled.html, main document URL http://127.0.0.1:8000/misc/favicon-loads-with-images-disabled.html, http method GET> redirectResponse (null)
+http://127.0.0.1:8000/misc/favicon-loads-with-images-disabled.html - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/misc/favicon-loads-with-images-disabled.html, main document URL http://127.0.0.1:8000/misc/favicon-loads-with-images-disabled.html, http method GET>
http://127.0.0.1:8000/misc/favicon-loads-with-images-disabled.html - didReceiveResponse <NSURLResponse http://127.0.0.1:8000/misc/favicon-loads-with-images-disabled.html, http status code 200>
-http://127.0.0.1:8000/misc/favicon-loads-with-images-disabled.html - didFinishLoading
Radar 6973106 and https://bugs.webkit.org/show_bug.cgi?id=27896 - Favicons still load when automatic image loading is disabled.
This test uses DRT's resource load delegate callback mode to see if the favicon is loaded even when image loading is off.

Powered by Google App Engine
This is Rietveld 408576698