Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 CONSOLE MESSAGE: line 6: XHR loaded: 1 | 1 Tests fetch network resource type and content. |
|
dgozman
2015/07/29 15:26:07
Can we also have a test for EventSource type and c
| |
| 2 Tests XHR network resource type and content for asynchronous requests. Bug 61205 | |
| 3 | 2 |
| 4 http://127.0.0.1:8000/inspector/network/resources/resource.php | 3 http://127.0.0.1:8000/inspector/network/resources/resource.php |
| 5 resource.type: xhr | 4 resource.type: other |
|
dgozman
2015/07/29 15:26:07
I think test should dump "Fetch" type somewhere.
| |
| 6 resource.content before requesting content: undefined | 5 resource.content before requesting content: undefined |
| 7 resource.content after requesting content: Hello world | 6 resource.content after requesting content: Hello world |
| 8 | 7 |
| OLD | NEW |