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

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

Issue 955413002: Log in Binding code for invalid enum type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
1 CONSOLE MESSAGE: line 6: XHR loaded: 1 2 CONSOLE MESSAGE: line 6: XHR loaded: 1
3 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
2 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/. 4 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/.
3 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques ts is deprecated. 5 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques ts is deprecated.
4 CONSOLE MESSAGE: line 6: XHR loaded: 2 6 CONSOLE MESSAGE: line 6: XHR loaded: 2
7 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
5 CONSOLE MESSAGE: line 6: XHR loaded: 3 8 CONSOLE MESSAGE: line 6: XHR loaded: 3
9 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
6 CONSOLE MESSAGE: line 6: XHR loaded: 4 10 CONSOLE MESSAGE: line 6: XHR loaded: 4
11 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
7 CONSOLE MESSAGE: line 6: XHR loaded: 5 12 CONSOLE MESSAGE: line 6: XHR loaded: 5
13 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
8 CONSOLE MESSAGE: line 6: XHR loaded: 6 14 CONSOLE MESSAGE: line 6: XHR loaded: 6
15 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
9 CONSOLE MESSAGE: line 6: XHR loaded: 7 16 CONSOLE MESSAGE: line 6: XHR loaded: 7
17 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
10 CONSOLE MESSAGE: line 6: XHR loaded: 8 18 CONSOLE MESSAGE: line 6: XHR loaded: 8
11 Tests XHR replaying. Bug 95187 19 Tests XHR replaying. Bug 95187
12 20
13 Running: testGetStaticAsync 21 Running: testGetStaticAsync
14 Dumping request: 22 Dumping request:
15 url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.h tml 23 url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.h tml
16 requestMethod: GET 24 requestMethod: GET
17 test request header value: headerValueA 25 test request header value: headerValueA
18 26
19 Running: testGetStaticSync 27 Running: testGetStaticSync
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 requestMethod: POST 61 requestMethod: POST
54 test request header value: headerValueG 62 test request header value: headerValueG
55 63
56 Running: testPostSync 64 Running: testPostSync
57 Dumping request: 65 Dumping request:
58 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php 66 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
59 requestFormData: payload 67 requestFormData: payload
60 requestMethod: POST 68 requestMethod: POST
61 test request header value: headerValueH 69 test request header value: headerValueH
62 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698