| Index: LayoutTests/http/tests/cachestorage/serviceworker/cache-put.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/cache-put.html b/LayoutTests/http/tests/cachestorage/serviceworker/cache-put.html
|
| similarity index 61%
|
| copy from LayoutTests/http/tests/serviceworker/cache-put.html
|
| copy to LayoutTests/http/tests/cachestorage/serviceworker/cache-put.html
|
| index 1c8d95784d193b45a75690773824d8e238c85666..b2adbe5d22575596ffe7241c9fcf1b85ebdd126f 100644
|
| --- a/LayoutTests/http/tests/serviceworker/cache-put.html
|
| +++ b/LayoutTests/http/tests/cachestorage/serviceworker/cache-put.html
|
| @@ -1,9 +1,9 @@
|
| <!DOCTYPE html>
|
| -<title>Service Worker: Cache.put</title>
|
| +<title>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 src="../../serviceworker/resources/test-helpers.js"></script>
|
| <script>
|
| -service_worker_test('resources/cache-put-worker.js');
|
| +service_worker_test('../script-tests/cache-put.js');
|
| </script>
|
|
|