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