| Index: LayoutTests/http/tests/serviceworker/chromium/fetch-error-messages.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/close.html b/LayoutTests/http/tests/serviceworker/chromium/fetch-error-messages.html
|
| similarity index 61%
|
| copy from LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/close.html
|
| copy to LayoutTests/http/tests/serviceworker/chromium/fetch-error-messages.html
|
| index 2609c3284b6f6d705a1946b8f9ac970e631ffe66..c0a7105b3bd272d7ffb91f66edcdc81aaef0b71e 100644
|
| --- a/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/close.html
|
| +++ b/LayoutTests/http/tests/serviceworker/chromium/fetch-error-messages.html
|
| @@ -1,11 +1,12 @@
|
| <!DOCTYPE html>
|
| -<title>ServiceWorkerGlobalScope: close operation</title>
|
| +<title>Service Worker: Error messages for fetch()</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/close-worker.js', 'ServiceWorkerGlobalScope: close operation');
|
| + 'resources/fetch-error-messages-worker.js',
|
| + 'Error messages for fetch()');
|
|
|
| </script>
|
|
|