| Index: LayoutTests/http/tests/serviceworker/cache-put.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/cache-storage.html b/LayoutTests/http/tests/serviceworker/cache-put.html
|
| similarity index 63%
|
| copy from LayoutTests/http/tests/serviceworker/cache-storage.html
|
| copy to LayoutTests/http/tests/serviceworker/cache-put.html
|
| index f66eb2664d923012726dee02ba3e6130fd9ac2ad..0e1f757e1e077185347795eba74436bf83964d79 100644
|
| --- a/LayoutTests/http/tests/serviceworker/cache-storage.html
|
| +++ b/LayoutTests/http/tests/serviceworker/cache-put.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.put</title>
|
| +<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-put">
|
| <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-put-test-worker.js');
|
| </script>
|
|
|