summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/cache-storage/worker/cache-add.https.html
blob: 2658e1e50f9ebfe8ac5971a16af9e26b02d140a8 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<title>Cache.add and Cache.addAll</title>
<link rel="help" href="https://w3c.github.io/ServiceWorker/#cache-add">
<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-add.js'));
</script>