| Index: LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-keys.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/cache-storage-keys.html b/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-keys.html
|
| similarity index 59%
|
| copy from LayoutTests/http/tests/serviceworker/cache-storage-keys.html
|
| copy to LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-keys.html
|
| index 4b3118c2a3d77fdb0aa0fc488ef8054397dc0094..f07531ca4badf43e0b26dc8c8cc2a9020b769395 100644
|
| --- a/LayoutTests/http/tests/serviceworker/cache-storage-keys.html
|
| +++ b/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-keys.html
|
| @@ -1,9 +1,9 @@
|
| <!DOCTYPE html>
|
| -<title>Service Worker: CacheStorage.keys</title>
|
| +<title>CacheStorage.keys</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 src="../../serviceworker/resources/test-helpers.js"></script>
|
| <script>
|
| -service_worker_test('resources/cache-storage-keys-worker.js');
|
| +service_worker_test('../script-tests/cache-storage-keys.js');
|
| </script>
|
|
|