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