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