| Index: LayoutTests/http/tests/cachestorage/window/cache-add.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/cache-add.html b/LayoutTests/http/tests/cachestorage/window/cache-add.html
|
| similarity index 50%
|
| copy from LayoutTests/http/tests/serviceworker/cache-add.html
|
| copy to LayoutTests/http/tests/cachestorage/window/cache-add.html
|
| index eda747381ca058621ce71a957f97ceec2a5bd1dd..4b74905f8804e4a6e143d90577ab10a314e800ac 100644
|
| --- a/LayoutTests/http/tests/serviceworker/cache-add.html
|
| +++ b/LayoutTests/http/tests/cachestorage/window/cache-add.html
|
| @@ -1,9 +1,8 @@
|
| <!DOCTYPE html>
|
| -<title>Service Worker: Cache.add and Cache.addAll</title>
|
| +<title>Cache Storage: Cache.add and Cache.addAll</title>
|
| <link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-add">
|
| <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-add-worker.js');
|
| -</script>
|
| +<script src="/resources/testharness-helpers.js"></script>
|
| +<script src="../resources/test-helpers.js"></script>
|
| +<script src="../script-tests/cache-add.js"></script>
|
|
|