Index: third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt |
index a1cfa2a783e623cf0aa0e096e07c2188ff2d53e8..23026e2d80754142d6e9c6bf556be2c5232c2419 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt |
@@ -1,5 +1,5 @@ |
CONSOLE MESSAGE: line 10: sending a %s request to %s |
-CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. |
+CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. |
CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated. |
CONSOLE MESSAGE: line 10: sending a %s request to %s |
CONSOLE MESSAGE: line 10: sending a %s request to %s |
@@ -13,7 +13,7 @@ CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/inspector/resour |
Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled. |
console-xhr-logging.html:5 sending a GET request to resources/xhr-exists.html |
-network-test.js:33 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. |
+network-test.js:33 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. |
network-test.js:34 Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated. |
network-test.js:37 XHR finished loading: GET "http://127.0.0.1:8000/inspector/resources/xhr-exists.html".makeXHR @ network-test.js:37makeSimpleXHRWithPayload @ network-test.js:16makeSimpleXHR @ network-test.js:11requestHelper @ console-xhr-logging.html:6makeRequests @ console-xhr-logging.html:12(anonymous function) @ VM:1 |
console-xhr-logging.html:5 sending a GET request to resources/xhr-does-not-exist.html |