Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay-expected.txt |
index 74a32a4b653dd3bf38796c88bc72a4a406003553..7b37f0862927d4044a776627c19852a305960653 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay-expected.txt |
@@ -1,4 +1,3 @@ |
-CONSOLE WARNING: line 37: Subresource requests whose URLs contain embedded credentials (e.g. `https://user:pass@host/`) are deprecated, and will be blocked in M59, around June 2017. See https://www.chromestatus.com/feature/5669008342777856 for more details. |
CONSOLE MESSAGE: line 6: XHR loaded: 1 |
CONSOLE WARNING: line 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/. |
CONSOLE MESSAGE: line 6: XHR loaded: 2 |
@@ -12,50 +11,50 @@ Tests XHR replaying. Bug 95187 |
Running: testGetStaticAsync |
Dumping request: |
- url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.html |
+ url: http://127.0.0.1:8000/inspector/network/resources/empty.html |
requestMethod: GET |
test request header value: headerValueA |
Running: testGetStaticSync |
Dumping request: |
- url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.html |
+ url: http://127.0.0.1:8000/inspector/network/resources/empty.html |
requestMethod: GET |
test request header value: headerValueB |
Running: testGetCachedAsync |
Dumping request: |
- url: http://user:password@127.0.0.1:8000/inspector/network/resources/random-cached.php |
+ url: http://127.0.0.1:8000/inspector/network/resources/random-cached.php |
requestMethod: GET |
test request header value: headerValueC |
Running: testGetCachedSync |
Dumping request: |
- url: http://user:password@127.0.0.1:8000/inspector/network/resources/random-cached.php |
+ url: http://127.0.0.1:8000/inspector/network/resources/random-cached.php |
requestMethod: GET |
test request header value: headerValueD |
Running: testGetRandomAsync |
Dumping request: |
- url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.php |
+ url: http://127.0.0.1:8000/inspector/network/resources/random.php |
requestMethod: GET |
test request header value: headerValueE |
Running: testGetRandomSync |
Dumping request: |
- url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.php |
+ url: http://127.0.0.1:8000/inspector/network/resources/random.php |
requestMethod: GET |
test request header value: headerValueF |
Running: testPostAsync |
Dumping request: |
- url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.php |
+ url: http://127.0.0.1:8000/inspector/network/resources/random.php |
requestFormData: payload |
requestMethod: POST |
test request header value: headerValueG |
Running: testPostSync |
Dumping request: |
- url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.php |
+ url: http://127.0.0.1:8000/inspector/network/resources/random.php |
requestFormData: payload |
requestMethod: POST |
test request header value: headerValueH |