| Index: LayoutTests/http/tests/cachestorage/worker/cache-storage.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/cache-storage.html b/LayoutTests/http/tests/cachestorage/worker/cache-storage.html
|
| similarity index 61%
|
| copy from LayoutTests/http/tests/serviceworker/cache-storage.html
|
| copy to LayoutTests/http/tests/cachestorage/worker/cache-storage.html
|
| index 7fb0b05316e9b117c7c622be5cec67e86f3e0b7b..4162824b4d7c3b6d013523299bd318ace25d69bb 100644
|
| --- a/LayoutTests/http/tests/serviceworker/cache-storage.html
|
| +++ b/LayoutTests/http/tests/cachestorage/worker/cache-storage.html
|
| @@ -1,9 +1,8 @@
|
| <!DOCTYPE html>
|
| -<title>Service Worker: CacheStorage</title>
|
| +<title>CacheStorage</title>
|
| <link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-storage">
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| -<script src="resources/test-helpers.js"></script>
|
| <script>
|
| -service_worker_test('resources/cache-storage-worker.js');
|
| +fetch_tests_from_worker(new Worker('../script-tests/cache-storage.js'));
|
| </script>
|
|
|