| Index: LayoutTests/http/tests/cachestorage/window/cache-matchAll.html
|
| diff --git a/LayoutTests/http/tests/cachestorage/window/cache-delete.html b/LayoutTests/http/tests/cachestorage/window/cache-matchAll.html
|
| similarity index 67%
|
| copy from LayoutTests/http/tests/cachestorage/window/cache-delete.html
|
| copy to LayoutTests/http/tests/cachestorage/window/cache-matchAll.html
|
| index 0913ee38c1994036ba91a2b54a33cee8edd6aeac..8b2722d131c077f644ba37295d66be7567f25b95 100644
|
| --- a/LayoutTests/http/tests/cachestorage/window/cache-delete.html
|
| +++ b/LayoutTests/http/tests/cachestorage/window/cache-matchAll.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| -<title>Cache Storage: Cache.delete</title>
|
| -<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-delete">
|
| +<title>Cache Storage: 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 src="/resources/testharness-helpers.js"></script>
|
| <script src="../resources/test-helpers.js"></script>
|
| -<script src="../script-tests/cache-delete.js"></script>
|
| +<script src="../script-tests/cache-matchAll.js"></script>
|
|
|