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