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