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