summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage-keys.https.html
blob: 71d995bc9400b173bef486b178f43d29b8038076 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<title>CacheStorage.keys</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>
fetch_tests_from_worker(new Worker('../script-tests/cache-storage-keys.js'));
</script>