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