OLD | NEW |
| 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 Loading... |
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 |
OLD | NEW |