diff options
Diffstat (limited to 'testing/web-platform/tests/service-workers/cache-storage/window/cache-matchAll.https.html')
-rw-r--r-- | testing/web-platform/tests/service-workers/cache-storage/window/cache-matchAll.https.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/service-workers/cache-storage/window/cache-matchAll.https.html b/testing/web-platform/tests/service-workers/cache-storage/window/cache-matchAll.https.html new file mode 100644 index 000000000..372e641a5 --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/window/cache-matchAll.https.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<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> |