| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage-match.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-match.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage-match.https.html
|
| similarity index 55%
|
| copy from third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-match.html
|
| copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage-match.https.html
|
| index b59dbe75823e5685fbde4db1146b16017020987d..fef14074d4625c2f5a2d5da67ce2b990535c96fc 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-match.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage-match.https.html
|
| @@ -1,9 +1,10 @@
|
| <!DOCTYPE html>
|
| <title>CacheStorage.match</title>
|
| -<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-storage-match">
|
| +<link rel="help" href="https://w3c.github.io/ServiceWorker/#cache-storage-match">
|
| +<meta name="timeout" content="long">
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| -<script src="../../serviceworker/resources/test-helpers.js"></script>
|
| +<script src="../../service-worker/resources/test-helpers.sub.js"></script>
|
| <script>
|
| service_worker_test('../script-tests/cache-storage-match.js');
|
| </script>
|
|
|