| Index: LayoutTests/http/tests/inspector/network/network-fetch.html
|
| diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-async.html b/LayoutTests/http/tests/inspector/network/network-fetch.html
|
| similarity index 80%
|
| copy from LayoutTests/http/tests/inspector/network/network-xhr-async.html
|
| copy to LayoutTests/http/tests/inspector/network/network-fetch.html
|
| index 8ab84ab3ed2f060ce6da785876eab09936c1197c..3254cb45b27df8d1b4d061ee1feee78cef17fdf4 100644
|
| --- a/LayoutTests/http/tests/inspector/network/network-xhr-async.html
|
| +++ b/LayoutTests/http/tests/inspector/network/network-fetch.html
|
| @@ -6,7 +6,7 @@
|
| function test()
|
| {
|
| InspectorTest.recordNetwork();
|
| - InspectorTest.makeSimpleXHR("GET", "resources/resource.php", true, step2);
|
| + InspectorTest.makeFetch("resources/resource.php", {}, step2);
|
|
|
| function step2()
|
| {
|
| @@ -30,8 +30,7 @@ function test()
|
| </head>
|
| <body onload="runTest()">
|
| <p>
|
| - Tests XHR network resource type and content for asynchronous requests.
|
| -<a href="https://bugs.webkit.org/show_bug.cgi?id=61205">Bug 61205</a>
|
| + Tests fetch network resource type and content.
|
| </p>
|
| </body>
|
| </html>
|
|
|