blob: 859b1cd0554c3db2656a054b5781fe5ff7057ea9 [file] [log] [blame]
<!DOCTYPE html>
<title>Cache.match and Cache.matchAll</title>
<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-match">
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../../service-workers/resources/test-helpers.js"></script>
<script>
service_worker_test('../script-tests/cache-match.js');
</script>