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

Side by Side Diff: LayoutTests/http/tests/inspector/network/load-resource-for-frontend-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 ERROR: Not allowed to load local resource: index.html 1 CONSOLE ERROR: Not allowed to load local resource: index.html
2 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques ts is deprecated.
2 CONSOLE MESSAGE: line 6: XHR loaded: 1 3 CONSOLE MESSAGE: line 6: XHR loaded: 1
3 4
4 Running: testNetworkResourceNonCached 5 Running: testNetworkResourceNonCached
5 Loading resource from http://localhost:8080/inspector/network/resources/resource .php 6 Loading resource from http://localhost:8080/inspector/network/resources/resource .php
6 Success: 200 7 Success: 200
7 Logged headers: cache-control, expires, pragma 8 Logged headers: cache-control, expires, pragma
8 Content: "Hello world" 9 Content: "Hello world"
9 Dumping request: http://localhost:8080/inspector/network/resources/resource.php 10 Dumping request: http://localhost:8080/inspector/network/resources/resource.php
10 statusCode: 200 11 statusCode: 200
11 12
(...skipping 26 matching lines...) Expand all
38 statusCode: 304 39 statusCode: 304
39 40
40 Running: testResourceWithCookie 41 Running: testResourceWithCookie
41 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-co okie.php 42 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-co okie.php
42 Success: 200 43 Success: 200
43 Logged headers: cache-control, expires, pragma 44 Logged headers: cache-control, expires, pragma
44 Content: "Cookie value: TestCookieValue." 45 Content: "Cookie value: TestCookieValue."
45 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie. php 46 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie. php
46 statusCode: 200 47 statusCode: 200
47 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698