| OLD | NEW |
| 1 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques
ts is deprecated. |
| 1 CONSOLE MESSAGE: line 6: XHR loaded: 1 | 2 CONSOLE MESSAGE: line 6: XHR loaded: 1 |
| 2 Tests XHR network resource type and content for synchronous requests. Bug 61205 | 3 Tests XHR network resource type and content for synchronous requests. Bug 61205 |
| 3 | 4 |
| 4 http://127.0.0.1:8000/inspector/network/resources/resource.php | 5 http://127.0.0.1:8000/inspector/network/resources/resource.php |
| 5 resource.type: xhr | 6 resource.type: xhr |
| 6 resource.content before requesting content: undefined | 7 resource.content before requesting content: undefined |
| 7 resource.content after requesting content: Hello world | 8 resource.content after requesting content: Hello world |
| 8 | 9 |
| OLD | NEW |