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

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

Issue 23102017: DevTools: fix source maps loading from file scheme urls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed test Created 7 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/inspector/load-file-resource-for-frontend.html » ('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 MESSAGE: Not allowed to load local resource: index.html
1 2
2 Running: testNetworkResourceNonCached 3 Running: testNetworkResourceNonCached
3 Loading resource from http://localhost:8080/inspector/network/resources/resource .php 4 Loading resource from http://localhost:8080/inspector/network/resources/resource .php
4 Success: 200 5 Success: 200
5 Logged headers: cache-control, expires, pragma 6 Logged headers: cache-control, expires, pragma
6 Content: "Hello world" 7 Content: "Hello world"
7 Dumping request: http://localhost:8080/inspector/network/resources/resource.php 8 Dumping request: http://localhost:8080/inspector/network/resources/resource.php
8 statusCode: 200 9 statusCode: 200
9 10
10 Running: testNetworkResourceCached 11 Running: testNetworkResourceCached
(...skipping 13 matching lines...) Expand all
24 statusCode: 304 25 statusCode: 304
25 26
26 Running: testResourceFromIncorrectURL 27 Running: testResourceFromIncorrectURL
27 Loading resource from resource.php 28 Loading resource from resource.php
28 Failed: Couldn't create a loader 29 Failed: Couldn't create a loader
29 Dumping request: http://localhost:8080/inspector/network/resources/resource.php? cached=1 30 Dumping request: http://localhost:8080/inspector/network/resources/resource.php? cached=1
30 statusCode: 304 31 statusCode: 304
31 32
32 Running: testResourceFromFileScheme 33 Running: testResourceFromFileScheme
33 Loading resource from file:///var/www/index.html 34 Loading resource from file:///var/www/index.html
34 Failed: Can not load local file 35 Failed: Couldn't create a loader
35 Dumping request: http://localhost:8080/inspector/network/resources/resource.php? cached=1 36 Dumping request: http://localhost:8080/inspector/network/resources/resource.php? cached=1
36 statusCode: 304 37 statusCode: 304
37 38
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/load-file-resource-for-frontend.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698