| OLD | NEW |
| 1 CONSOLE ERROR: Not allowed to load local resource: index.html | 1 CONSOLE ERROR: Not allowed to load local resource: index.html |
| 2 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques
ts is deprecated. |
| 2 CONSOLE MESSAGE: line 6: XHR loaded: 1 | 3 CONSOLE MESSAGE: line 6: XHR loaded: 1 |
| 3 | 4 |
| 4 Running: testNetworkResourceNonCached | 5 Running: testNetworkResourceNonCached |
| 5 Loading resource from http://localhost:8080/inspector/network/resources/resource
.php | 6 Loading resource from http://localhost:8080/inspector/network/resources/resource
.php |
| 6 Success: 200 | 7 Success: 200 |
| 7 Logged headers: cache-control, expires, pragma | 8 Logged headers: cache-control, expires, pragma |
| 8 Content: "Hello world" | 9 Content: "Hello world" |
| 9 Dumping request: http://localhost:8080/inspector/network/resources/resource.php | 10 Dumping request: http://localhost:8080/inspector/network/resources/resource.php |
| 10 statusCode: 200 | 11 statusCode: 200 |
| 11 | 12 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 38 statusCode: 304 | 39 statusCode: 304 |
| 39 | 40 |
| 40 Running: testResourceWithCookie | 41 Running: testResourceWithCookie |
| 41 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-co
okie.php | 42 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-co
okie.php |
| 42 Success: 200 | 43 Success: 200 |
| 43 Logged headers: cache-control, expires, pragma | 44 Logged headers: cache-control, expires, pragma |
| 44 Content: "Cookie value: TestCookieValue." | 45 Content: "Cookie value: TestCookieValue." |
| 45 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie.
php | 46 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie.
php |
| 46 statusCode: 200 | 47 statusCode: 200 |
| 47 | 48 |
| OLD | NEW |