| Index: LayoutTests/http/tests/cachestorage/worker/cache-matchAll.html
|
| diff --git a/LayoutTests/http/tests/cachestorage/worker/cache-storage.html b/LayoutTests/http/tests/cachestorage/worker/cache-matchAll.html
|
| similarity index 58%
|
| copy from LayoutTests/http/tests/cachestorage/worker/cache-storage.html
|
| copy to LayoutTests/http/tests/cachestorage/worker/cache-matchAll.html
|
| index 4162824b4d7c3b6d013523299bd318ace25d69bb..673c73d5074093a2fd21db881ebd4527d8bebba0 100644
|
| --- a/LayoutTests/http/tests/cachestorage/worker/cache-storage.html
|
| +++ b/LayoutTests/http/tests/cachestorage/worker/cache-matchAll.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| -<title>CacheStorage</title>
|
| -<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-storage">
|
| +<title>Cache.matchAll</title>
|
| +<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-matchall">
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| <script>
|
| -fetch_tests_from_worker(new Worker('../script-tests/cache-storage.js'));
|
| +fetch_tests_from_worker(new Worker('../script-tests/cache-matchAll.js'));
|
| </script>
|
|
|