| OLD | NEW |
| 1 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH
ttpRequestResponseType'. |
| 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck http://xhr.spec.whatwg.org/. | 2 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck http://xhr.spec.whatwg.org/. |
| 2 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques
ts is deprecated. | 3 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques
ts is deprecated. |
| 3 CONSOLE MESSAGE: line 6: XHR loaded: 1 | 4 CONSOLE MESSAGE: line 6: XHR loaded: 1 |
| 4 | 5 |
| 5 Running: testNetworkResourceNonCached | 6 Running: testNetworkResourceNonCached |
| 6 Loading resource from http://localhost:8080/inspector/network/resources/resource
.php | 7 Loading resource from http://localhost:8080/inspector/network/resources/resource
.php |
| 7 Success: 200 | 8 Success: 200 |
| 8 Logged headers: cache-control, expires, pragma | 9 Logged headers: cache-control, expires, pragma |
| 9 Content: "Hello world" | 10 Content: "Hello world" |
| 10 Dumping request: http://localhost:8080/inspector/network/resources/resource.php | 11 Dumping request: http://localhost:8080/inspector/network/resources/resource.php |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 statusCode: 0 | 40 statusCode: 0 |
| 40 | 41 |
| 41 Running: testResourceWithCookie | 42 Running: testResourceWithCookie |
| 42 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-co
okie.php | 43 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-co
okie.php |
| 43 Success: 200 | 44 Success: 200 |
| 44 Logged headers: cache-control, expires, pragma | 45 Logged headers: cache-control, expires, pragma |
| 45 Content: "Cookie value: TestCookieValue." | 46 Content: "Cookie value: TestCookieValue." |
| 46 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie.
php | 47 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie.
php |
| 47 statusCode: 200 | 48 statusCode: 200 |
| 48 | 49 |
| OLD | NEW |