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

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

Issue 221833004: Cleanup inspector test expectations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 6: XHR loaded: 1
2 CONSOLE MESSAGE: line 6: XHR loaded: 2
3 CONSOLE MESSAGE: line 6: XHR loaded: 3
4 CONSOLE MESSAGE: line 6: XHR loaded: 4
5 CONSOLE MESSAGE: line 6: XHR loaded: 5
6 CONSOLE MESSAGE: line 6: XHR loaded: 6
7 CONSOLE MESSAGE: line 6: XHR loaded: 7
8 CONSOLE MESSAGE: line 6: XHR loaded: 8
9 Tests XHR replaying. Bug 95187
10
11 Running: testGetStaticAsync
12 Dumping request:
13 url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.h tml
14 requestMethod: GET
15 test request header value: headerValue
16
17 Running: testGetStaticSync
18 Dumping request:
19 url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.h tml
20 requestMethod: GET
21 test request header value: undefined
22
23 Running: testGetCachedAsync
24 Dumping request:
25 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random- cached.php
26 requestMethod: GET
27 test request header value: headerValue
28
29 Running: testGetCachedSync
30 Dumping request:
31 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random- cached.php
32 requestMethod: GET
33 test request header value: headerValue
34
35 Running: testGetRandomAsync
36 Dumping request:
37 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
38 requestMethod: GET
39 test request header value: headerValue
40
41 Running: testGetRandomSync
42 Dumping request:
43 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
44 requestMethod: GET
45 test request header value: headerValue
46
47 Running: testPostAsync
48 Dumping request:
49 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
50 requestFormData: payload
51 requestMethod: POST
52 test request header value: headerValue
53
54 Running: testPostSync
55 Dumping request:
56 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
57 requestFormData: payload
58 requestMethod: POST
59 test request header value: headerValue
60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698