Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / serviceworker / cache-put.html
1 <!DOCTYPE html>
2 <title>Service Worker: Cache.put</title>
3 <link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-put">
4 <script src="/resources/testharness.js"></script>
5 <script src="/resources/testharnessreport.js"></script>
6 <script src="resources/test-helpers.js"></script>
7 <script>
8 service_worker_test('resources/cache-put-worker.js');
9 </script>