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

Side by Side Diff: LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt

Issue 344883006: Give the RequestFetcher access to cross-origin URLs when allowed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | Source/core/fetch/FetchRequest.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE ERROR: Not allowed to load local resource: index.html
2 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques ts is deprecated. 1 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques ts is deprecated.
3 CONSOLE MESSAGE: line 6: XHR loaded: 1 2 CONSOLE MESSAGE: line 6: XHR loaded: 1
4 3
5 Running: testNetworkResourceNonCached 4 Running: testNetworkResourceNonCached
6 Loading resource from http://localhost:8080/inspector/network/resources/resource .php 5 Loading resource from http://localhost:8080/inspector/network/resources/resource .php
7 Success: 200 6 Success: 200
8 Logged headers: cache-control, expires, pragma 7 Logged headers: cache-control, expires, pragma
9 Content: "Hello world" 8 Content: "Hello world"
10 Dumping request: http://localhost:8080/inspector/network/resources/resource.php 9 Dumping request: http://localhost:8080/inspector/network/resources/resource.php
11 statusCode: 200 10 statusCode: 200
(...skipping 15 matching lines...) Expand all
27 statusCode: 304 26 statusCode: 304
28 27
29 Running: testResourceFromIncorrectURL 28 Running: testResourceFromIncorrectURL
30 Loading resource from resource.php 29 Loading resource from resource.php
31 Failed: Couldn't create a loader 30 Failed: Couldn't create a loader
32 Dumping request: http://localhost:8080/inspector/network/resources/resource.php? cached=1 31 Dumping request: http://localhost:8080/inspector/network/resources/resource.php? cached=1
33 statusCode: 304 32 statusCode: 304
34 33
35 Running: testResourceFromFileScheme 34 Running: testResourceFromFileScheme
36 Loading resource from file:///var/www/index.html 35 Loading resource from file:///var/www/index.html
37 Failed: Couldn't create a loader 36 Failed: Loading resource for inspector failed
38 Dumping request: http://localhost:8080/inspector/network/resources/resource.php? cached=1 37 Dumping request: file:///var/www/index.html
39 statusCode: 304 38 statusCode: 0
40 39
41 Running: testResourceWithCookie 40 Running: testResourceWithCookie
42 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-co okie.php 41 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-co okie.php
43 Success: 200 42 Success: 200
44 Logged headers: cache-control, expires, pragma 43 Logged headers: cache-control, expires, pragma
45 Content: "Cookie value: TestCookieValue." 44 Content: "Cookie value: TestCookieValue."
46 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie. php 45 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie. php
47 statusCode: 200 46 statusCode: 200
48 47
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/FetchRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698