blob: cd93410d234886ce63d97e6c13461b90a9d4d369 [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>
fetch_tests_from_worker(new Worker('../script-tests/cache-storage-match.js'));
</script>