| Index: LayoutTests/http/tests/serviceworker/cache-add.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/cache-storage.html b/LayoutTests/http/tests/serviceworker/cache-add.html
|
| similarity index 62%
|
| copy from LayoutTests/http/tests/serviceworker/cache-storage.html
|
| copy to LayoutTests/http/tests/serviceworker/cache-add.html
|
| index f66eb2664d923012726dee02ba3e6130fd9ac2ad..e83173f4fb331d179b407e054ee0f4fc5dab45fd 100644
|
| --- a/LayoutTests/http/tests/serviceworker/cache-storage.html
|
| +++ b/LayoutTests/http/tests/serviceworker/cache-add.html
|
| @@ -1,9 +1,9 @@
|
| <!DOCTYPE html>
|
| -<title>Service Worker: CacheStorage</title>
|
| -<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-storage">
|
| +<title>Service Worker: 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-storage-test-worker.js');
|
| +service_worker_test('resources/cache-add-test-worker.js');
|
| </script>
|
|
|