blob: 15684e6e52f008c77762edfb796da6676cc597d9 [file] [log] [blame]
<!DOCTYPE html>
<title>Cache.match</title>
<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-match">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../../serviceworker/resources/test-helpers.js"></script>
<script>
service_worker_test('../script-tests/cache-match.js');
</script>