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

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

Issue 329323002: Deprecate support for xhr.withCredentials for synchronous requests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove async condition in network-test.js 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 WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques ts is deprecated.
2 CONSOLE MESSAGE: line 6: XHR loaded: 2 3 CONSOLE MESSAGE: line 6: XHR loaded: 2
3 CONSOLE MESSAGE: line 6: XHR loaded: 3 4 CONSOLE MESSAGE: line 6: XHR loaded: 3
4 CONSOLE MESSAGE: line 6: XHR loaded: 4 5 CONSOLE MESSAGE: line 6: XHR loaded: 4
5 CONSOLE MESSAGE: line 6: XHR loaded: 5 6 CONSOLE MESSAGE: line 6: XHR loaded: 5
6 CONSOLE MESSAGE: line 6: XHR loaded: 6 7 CONSOLE MESSAGE: line 6: XHR loaded: 6
7 CONSOLE MESSAGE: line 6: XHR loaded: 7 8 CONSOLE MESSAGE: line 6: XHR loaded: 7
8 CONSOLE MESSAGE: line 6: XHR loaded: 8 9 CONSOLE MESSAGE: line 6: XHR loaded: 8
9 Tests XHR replaying. Bug 95187 10 Tests XHR replaying. Bug 95187
10 11
11 Running: testGetStaticAsync 12 Running: testGetStaticAsync
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 requestMethod: POST 52 requestMethod: POST
52 test request header value: headerValueG 53 test request header value: headerValueG
53 54
54 Running: testPostSync 55 Running: testPostSync
55 Dumping request: 56 Dumping request:
56 url: http://user:password@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
57 requestFormData: payload 58 requestFormData: payload
58 requestMethod: POST 59 requestMethod: POST
59 test request header value: headerValueH 60 test request header value: headerValueH
60 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698