Chromium Code Reviews| Index: LayoutTests/http/tests/inspector/network/network-fetch-expected.txt |
| diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-async-expected.txt b/LayoutTests/http/tests/inspector/network/network-fetch-expected.txt |
| similarity index 55% |
| copy from LayoutTests/http/tests/inspector/network/network-xhr-async-expected.txt |
| copy to LayoutTests/http/tests/inspector/network/network-fetch-expected.txt |
| index 2d157c1403c53740ea5c6c61f46a6517c8c2a5ad..9b2df806ed50f54908d43e2b167974c2a0654351 100644 |
| --- a/LayoutTests/http/tests/inspector/network/network-xhr-async-expected.txt |
| +++ b/LayoutTests/http/tests/inspector/network/network-fetch-expected.txt |
| @@ -1,8 +1,7 @@ |
| -CONSOLE MESSAGE: line 6: XHR loaded: 1 |
| -Tests XHR network resource type and content for asynchronous requests. Bug 61205 |
| +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
|
| http://127.0.0.1:8000/inspector/network/resources/resource.php |
| -resource.type: xhr |
| +resource.type: other |
|
dgozman
2015/07/29 15:26:07
I think test should dump "Fetch" type somewhere.
|
| resource.content before requesting content: undefined |
| resource.content after requesting content: Hello world |