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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay-expected.txt

Issue 2808753003: Carve out an exception for embedded credentials in XHR. (Closed)
Patch Set: Rebaseline. Created 3 years, 8 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/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 7b37f0862927d4044a776627c19852a305960653..627c9e8b2cb8bafd4db7e79933135f4d1c2d7a8d 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
@@ -11,50 +11,50 @@ Tests XHR replaying. Bug 95187
Running: testGetStaticAsync
Dumping request:
- url: http://127.0.0.1:8000/inspector/network/resources/empty.html
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.html
requestMethod: GET
test request header value: headerValueA
Running: testGetStaticSync
Dumping request:
- url: http://127.0.0.1:8000/inspector/network/resources/empty.html
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.html
requestMethod: GET
test request header value: headerValueB
Running: testGetCachedAsync
Dumping request:
- url: http://127.0.0.1:8000/inspector/network/resources/random-cached.php
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/random-cached.php
requestMethod: GET
test request header value: headerValueC
Running: testGetCachedSync
Dumping request:
- url: http://127.0.0.1:8000/inspector/network/resources/random-cached.php
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/random-cached.php
requestMethod: GET
test request header value: headerValueD
Running: testGetRandomAsync
Dumping request:
- url: http://127.0.0.1:8000/inspector/network/resources/random.php
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.php
requestMethod: GET
test request header value: headerValueE
Running: testGetRandomSync
Dumping request:
- url: http://127.0.0.1:8000/inspector/network/resources/random.php
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.php
requestMethod: GET
test request header value: headerValueF
Running: testPostAsync
Dumping request:
- url: http://127.0.0.1:8000/inspector/network/resources/random.php
+ url: http://user:password@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://127.0.0.1:8000/inspector/network/resources/random.php
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.php
requestFormData: payload
requestMethod: POST
test request header value: headerValueH

Powered by Google App Engine
This is Rietveld 408576698