| Index: LayoutTests/http/tests/serviceworker/request.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/response.html b/LayoutTests/http/tests/serviceworker/request.html
|
| similarity index 64%
|
| copy from LayoutTests/http/tests/serviceworker/response.html
|
| copy to LayoutTests/http/tests/serviceworker/request.html
|
| index 0615f99c3ebdc66bd32610dc183a83f7a34c3255..10a4ab01e3cf6a6916e7dd0d3fe08050d6000f4d 100644
|
| --- a/LayoutTests/http/tests/serviceworker/response.html
|
| +++ b/LayoutTests/http/tests/serviceworker/request.html
|
| @@ -1,12 +1,12 @@
|
| <!DOCTYPE html>
|
| -<title>Service Worker: Response</title>
|
| +<title>Service Worker: Request</title>
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
| <script src="resources/test-helpers.js"></script>
|
| <script>
|
|
|
| service_worker_test(
|
| - 'resources/response-worker.js',
|
| - 'Response in ServiceWorkerGlobalScope');
|
| + 'resources/request-worker.js',
|
| + 'Request in ServiceWorkerGlobalScope');
|
|
|
| </script>
|
|
|