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

Unified Diff: third_party/WebKit/LayoutTests/fast/loader/main-document-url-for-non-http-loads-expected.txt

Issue 2211283004: Drop test-only WebFrameClient params/functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/fast/loader/main-document-url-for-non-http-loads-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/loader/main-document-url-for-non-http-loads-expected.txt b/third_party/WebKit/LayoutTests/fast/loader/main-document-url-for-non-http-loads-expected.txt
index 68e0b436f6ae01e280d8a04688839d28d75e8310..cb209dee7b0ce93946e03fb83378609c2293c072 100644
--- a/third_party/WebKit/LayoutTests/fast/loader/main-document-url-for-non-http-loads-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/loader/main-document-url-for-non-http-loads-expected.txt
@@ -1,6 +1,5 @@
-resources/subframe-notify-done.html - willSendRequest <NSURLRequest URL resources/subframe-notify-done.html, main document URL main-document-url-for-non-http-loads.html, http method GET> redirectResponse (null)
+resources/subframe-notify-done.html - willSendRequest <NSURLRequest URL resources/subframe-notify-done.html, main document URL main-document-url-for-non-http-loads.html, http method GET>
resources/subframe-notify-done.html - didReceiveResponse <NSURLResponse resources/subframe-notify-done.html, http status code 0>
-resources/subframe-notify-done.html - didFinishLoading
Radar 6616664 - Non-HTTP/HTTPS loads need to have their main document URL set.
When run in DumpRenderTree, this test will dump the resource load callback for the following subframe to make sure it had its main document URL set in its NSURLRequest.

Powered by Google App Engine
This is Rietveld 408576698