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