Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-match.https.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-match.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-match.https.html |
similarity index 54% |
copy from third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-match.html |
copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-match.https.html |
index 15684e6e52f008c77762edfb796da6676cc597d9..81db70943f0a9871719b704d094bfd042152f809 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-match.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-match.https.html |
@@ -1,9 +1,10 @@ |
<!DOCTYPE html> |
<title>Cache.match</title> |
-<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-match"> |
+<link rel="help" href="https://w3c.github.io/ServiceWorker/#cache-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-match.js'); |
</script> |