| 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..a285648722654ce939e3ead2b4f90da9598a5619 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.
|
|
|
| http://127.0.0.1:8000/inspector/network/resources/resource.php
|
| -resource.type: xhr
|
| +resource.type: fetch
|
| resource.content before requesting content: undefined
|
| resource.content after requesting content: Hello world
|
|
|
|
|