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

Side by Side Diff: LayoutTests/http/tests/inspector/network/network-xhr-replay-expected.txt

Issue 300913002: DevTools: show HTTP headers of cached resources in network panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed test Created 6 years, 6 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 MESSAGE: line 6: XHR loaded: 2 2 CONSOLE MESSAGE: line 6: XHR loaded: 2
3 CONSOLE MESSAGE: line 6: XHR loaded: 3 3 CONSOLE MESSAGE: line 6: XHR loaded: 3
4 CONSOLE MESSAGE: line 6: XHR loaded: 4 4 CONSOLE MESSAGE: line 6: XHR loaded: 4
5 CONSOLE MESSAGE: line 6: XHR loaded: 5 5 CONSOLE MESSAGE: line 6: XHR loaded: 5
6 CONSOLE MESSAGE: line 6: XHR loaded: 6 6 CONSOLE MESSAGE: line 6: XHR loaded: 6
7 CONSOLE MESSAGE: line 6: XHR loaded: 7 7 CONSOLE MESSAGE: line 6: XHR loaded: 7
8 CONSOLE MESSAGE: line 6: XHR loaded: 8 8 CONSOLE MESSAGE: line 6: XHR loaded: 8
9 Tests XHR replaying. Bug 95187 9 Tests XHR replaying. Bug 95187
10 10
11 Running: testGetStaticAsync 11 Running: testGetStaticAsync
12 Dumping request: 12 Dumping request:
13 url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.h tml 13 url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.h tml
14 requestMethod: GET 14 requestMethod: GET
15 test request header value: headerValue 15 test request header value: headerValueA
16 16
17 Running: testGetStaticSync 17 Running: testGetStaticSync
18 Dumping request: 18 Dumping request:
19 url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.h tml 19 url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.h tml
20 requestMethod: GET 20 requestMethod: GET
21 test request header value: undefined 21 test request header value: headerValueB
22 22
23 Running: testGetCachedAsync 23 Running: testGetCachedAsync
24 Dumping request: 24 Dumping request:
25 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random- cached.php 25 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random- cached.php
26 requestMethod: GET 26 requestMethod: GET
27 test request header value: headerValue 27 test request header value: headerValueC
28 28
29 Running: testGetCachedSync 29 Running: testGetCachedSync
30 Dumping request: 30 Dumping request:
31 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random- cached.php 31 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random- cached.php
32 requestMethod: GET 32 requestMethod: GET
33 test request header value: headerValue 33 test request header value: headerValueD
34 34
35 Running: testGetRandomAsync 35 Running: testGetRandomAsync
36 Dumping request: 36 Dumping request:
37 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php 37 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
38 requestMethod: GET 38 requestMethod: GET
39 test request header value: headerValue 39 test request header value: headerValueE
40 40
41 Running: testGetRandomSync 41 Running: testGetRandomSync
42 Dumping request: 42 Dumping request:
43 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php 43 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
44 requestMethod: GET 44 requestMethod: GET
45 test request header value: headerValue 45 test request header value: headerValueF
46 46
47 Running: testPostAsync 47 Running: testPostAsync
48 Dumping request: 48 Dumping request:
49 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php 49 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
50 requestFormData: payload 50 requestFormData: payload
51 requestMethod: POST 51 requestMethod: POST
52 test request header value: headerValue 52 test request header value: headerValueG
53 53
54 Running: testPostSync 54 Running: testPostSync
55 Dumping request: 55 Dumping request:
56 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php 56 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
57 requestFormData: payload 57 requestFormData: payload
58 requestMethod: POST 58 requestMethod: POST
59 test request header value: headerValue 59 test request header value: headerValueH
60 60
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/inspector/network/network-xhr-replay.html ('k') | Source/core/inspector/InspectorResourceAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698