summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/cache-storage/serviceworker/cache-matchAll.https.html
blob: f1a38ff079bbe92cfecdda9b9e770ae7f355b8b3 (plain)
1
2
3
4
5
6
7
8
9
10
<!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="../../service-worker/resources/test-helpers.sub.js"></script>
<script>
service_worker_test('../script-tests/cache-matchAll.js');
</script>