summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/cache-storage/window/cache-matchAll.https.html
blob: 372e641a52f266f90e167f7fc51504b7b1bb9d76 (plain)
1
2
3
4
5
6
7
8
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>