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. |