Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-matchAll.https.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-matchAll.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-matchAll.https.html |
similarity index 53% |
copy from third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-matchAll.html |
copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-matchAll.https.html |
index 835bbdfa594ca21d705ce18e5a0782f7cfe37160..372e641a52f266f90e167f7fc51504b7b1bb9d76 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-matchAll.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-matchAll.https.html |
@@ -1,7 +1,9 @@ |
<!DOCTYPE html> |
-<title>Cache Storage: Cache.matchAll</title> |
-<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-matchall"> |
+<title>Cache.matchAll</title> |
+<link rel="help" href="https://w3c.github.io/ServiceWorker/#cache-matchall"> |
+<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-matchAll.js"></script> |