summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/cache-storage/worker/cache-match.https.html
blob: 479a29d1eec5f49416a075aae9306bcd5b5cc3e6 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<title>Cache.match</title>
<link rel="help" href="https://w3c.github.io/ServiceWorker/#cache-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-match.js'));
</script>