| Index: LayoutTests/http/tests/cachestorage/worker/cache-match.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/cache-match.html b/LayoutTests/http/tests/cachestorage/worker/cache-match.html
|
| similarity index 59%
|
| copy from LayoutTests/http/tests/serviceworker/cache-match.html
|
| copy to LayoutTests/http/tests/cachestorage/worker/cache-match.html
|
| index a01a91a3db55a576fb71095008fb82ff7bbe63fc..5044e62f4b7d26934a89fe5789048e1073ff5bdf 100644
|
| --- a/LayoutTests/http/tests/serviceworker/cache-match.html
|
| +++ b/LayoutTests/http/tests/cachestorage/worker/cache-match.html
|
| @@ -1,9 +1,8 @@
|
| <!DOCTYPE html>
|
| -<title>Service Worker: Cache.match and Cache.matchAll</title>
|
| +<title>Cache.match and Cache.matchAll</title>
|
| <link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-match">
|
| <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-match-worker.js');
|
| +fetch_tests_from_worker(new Worker('../script-tests/cache-match.js'));
|
| </script>
|
|
|