| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-storage.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-storage.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-storage.https.html
|
| similarity index 61%
|
| copy from third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-storage.html
|
| copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-storage.https.html
|
| index d27206b7cb314a1a69e687d054b1c1c968b557b0..6c4f4af7fd054d4740df411d3dd564ff87d13683 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-storage.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-storage.https.html
|
| @@ -1,7 +1,9 @@
|
| <!DOCTYPE html>
|
| <title>Cache Storage: CacheStorage</title>
|
| -<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-storage">
|
| +<link rel="help" href="https://w3c.github.io/ServiceWorker/#cache-storage">
|
| +<meta name="timeout" content="long">
|
| <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-storage.js"></script>
|
|
|