| OLD | NEW |
| 1 CONSOLE MESSAGE: Not allowed to load local resource: index.html | 1 CONSOLE ERROR: Not allowed to load local resource: index.html |
| 2 CONSOLE MESSAGE: line 6: XHR loaded: 1 | 2 CONSOLE MESSAGE: line 6: XHR loaded: 1 |
| 3 | 3 |
| 4 Running: testNetworkResourceNonCached | 4 Running: testNetworkResourceNonCached |
| 5 Loading resource from http://localhost:8080/inspector/network/resources/resource
.php | 5 Loading resource from http://localhost:8080/inspector/network/resources/resource
.php |
| 6 Success: 200 | 6 Success: 200 |
| 7 Logged headers: cache-control, expires, pragma | 7 Logged headers: cache-control, expires, pragma |
| 8 Content: "Hello world" | 8 Content: "Hello world" |
| 9 Dumping request: http://localhost:8080/inspector/network/resources/resource.php | 9 Dumping request: http://localhost:8080/inspector/network/resources/resource.php |
| 10 statusCode: 200 | 10 statusCode: 200 |
| 11 | 11 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 38 statusCode: 304 | 38 statusCode: 304 |
| 39 | 39 |
| 40 Running: testResourceWithCookie | 40 Running: testResourceWithCookie |
| 41 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 |
| 42 Success: 200 | 42 Success: 200 |
| 43 Logged headers: cache-control, expires, pragma | 43 Logged headers: cache-control, expires, pragma |
| 44 Content: "Cookie value: TestCookieValue." | 44 Content: "Cookie value: TestCookieValue." |
| 45 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 |
| 46 statusCode: 200 | 46 statusCode: 200 |
| 47 | 47 |
| OLD | NEW |