summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage-match.https.html
blob: cd93410d234886ce63d97e6c13461b90a9d4d369 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<title>CacheStorage.match</title>
<link rel="help" href="https://w3c.github.io/ServiceWorker/#cache-storage-match">
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
fetch_tests_from_worker(new Worker('../script-tests/cache-storage-match.js'));
</script>