Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-storage-keys.https.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-storage-keys.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-storage-keys.https.html |
similarity index 62% |
copy from third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-storage-keys.html |
copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-storage-keys.https.html |
index d92baa1ce76f4b888f7a5a63afb83ed186c258eb..b4f94bade69f13b89dcbc9e0b5c4262730034d37 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-storage-keys.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-storage-keys.https.html |
@@ -1,7 +1,9 @@ |
<!DOCTYPE html> |
<title>Cache Storage: CacheStorage.keys</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-keys.js"></script> |