blob: 81db70943f0a9871719b704d094bfd042152f809 [file] [log] [blame]
<!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 src="../../service-worker/resources/test-helpers.sub.js"></script>
<script>
service_worker_test('../script-tests/cache-match.js');
</script>