| Index: LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/response.html b/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html
|
| similarity index 57%
|
| copy from LayoutTests/http/tests/serviceworker/response.html
|
| copy to LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html
|
| index 0615f99c3ebdc66bd32610dc183a83f7a34c3255..5665b99bd40468c50b3f72404ce385c3f1d14df7 100644
|
| --- a/LayoutTests/http/tests/serviceworker/response.html
|
| +++ b/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html
|
| @@ -1,12 +1,12 @@
|
| <!DOCTYPE html>
|
| -<title>Service Worker: Response</title>
|
| +<title>ServiceWorkerGlobalScope: close operation</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/serviceworkerglobalscope-close-worker.js',
|
| + 'ServiceWorkerGlobalScope: close operation');
|
|
|
| </script>
|
|
|