blob: 3934258f28f7daf9180998aebbc6401f9ef7dedf [file] [log] [blame]
<!DOCTYPE html>
<title>CacheStorage</title>
<link rel="help" href="https://w3c.github.io/ServiceWorker/#cache-storage">
<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.js');
</script>