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

Side by Side 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 6: XHR loaded: 1 1 CONSOLE MESSAGE: line 6: XHR loaded: 1
2 CONSOLE WARNING: line 33: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. 2 CONSOLE WARNING: line 33: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
3 CONSOLE MESSAGE: line 6: XHR loaded: 2 3 CONSOLE MESSAGE: line 6: XHR loaded: 2
4 CONSOLE MESSAGE: line 6: XHR loaded: 3 4 CONSOLE MESSAGE: line 6: XHR loaded: 3
5 CONSOLE MESSAGE: line 6: XHR loaded: 4 5 CONSOLE MESSAGE: line 6: XHR loaded: 4
6 CONSOLE MESSAGE: line 6: XHR loaded: 5 6 CONSOLE MESSAGE: line 6: XHR loaded: 5
7 CONSOLE MESSAGE: line 6: XHR loaded: 6 7 CONSOLE MESSAGE: line 6: XHR loaded: 6
8 CONSOLE MESSAGE: line 6: XHR loaded: 7 8 CONSOLE MESSAGE: line 6: XHR loaded: 7
9 CONSOLE MESSAGE: line 6: XHR loaded: 8 9 CONSOLE MESSAGE: line 6: XHR loaded: 8
10 Tests XHR replaying. Bug 95187 10 Tests XHR replaying. Bug 95187
11 11
12 Running: testGetStaticAsync 12 Running: testGetStaticAsync
13 Dumping request: 13 Dumping request:
14 url: http://127.0.0.1:8000/inspector/network/resources/empty.html 14 url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.h tml
15 requestMethod: GET 15 requestMethod: GET
16 test request header value: headerValueA 16 test request header value: headerValueA
17 17
18 Running: testGetStaticSync 18 Running: testGetStaticSync
19 Dumping request: 19 Dumping request:
20 url: http://127.0.0.1:8000/inspector/network/resources/empty.html 20 url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.h tml
21 requestMethod: GET 21 requestMethod: GET
22 test request header value: headerValueB 22 test request header value: headerValueB
23 23
24 Running: testGetCachedAsync 24 Running: testGetCachedAsync
25 Dumping request: 25 Dumping request:
26 url: http://127.0.0.1:8000/inspector/network/resources/random-cached.php 26 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random- cached.php
27 requestMethod: GET 27 requestMethod: GET
28 test request header value: headerValueC 28 test request header value: headerValueC
29 29
30 Running: testGetCachedSync 30 Running: testGetCachedSync
31 Dumping request: 31 Dumping request:
32 url: http://127.0.0.1:8000/inspector/network/resources/random-cached.php 32 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random- cached.php
33 requestMethod: GET 33 requestMethod: GET
34 test request header value: headerValueD 34 test request header value: headerValueD
35 35
36 Running: testGetRandomAsync 36 Running: testGetRandomAsync
37 Dumping request: 37 Dumping request:
38 url: http://127.0.0.1:8000/inspector/network/resources/random.php 38 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
39 requestMethod: GET 39 requestMethod: GET
40 test request header value: headerValueE 40 test request header value: headerValueE
41 41
42 Running: testGetRandomSync 42 Running: testGetRandomSync
43 Dumping request: 43 Dumping request:
44 url: http://127.0.0.1:8000/inspector/network/resources/random.php 44 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
45 requestMethod: GET 45 requestMethod: GET
46 test request header value: headerValueF 46 test request header value: headerValueF
47 47
48 Running: testPostAsync 48 Running: testPostAsync
49 Dumping request: 49 Dumping request:
50 url: http://127.0.0.1:8000/inspector/network/resources/random.php 50 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
51 requestFormData: payload 51 requestFormData: payload
52 requestMethod: POST 52 requestMethod: POST
53 test request header value: headerValueG 53 test request header value: headerValueG
54 54
55 Running: testPostSync 55 Running: testPostSync
56 Dumping request: 56 Dumping request:
57 url: http://127.0.0.1:8000/inspector/network/resources/random.php 57 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
58 requestFormData: payload 58 requestFormData: payload
59 requestMethod: POST 59 requestMethod: POST
60 test request header value: headerValueH 60 test request header value: headerValueH
61 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698