| Index: LayoutTests/http/tests/serviceworker/cache-storage.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/cache-storage.html b/LayoutTests/http/tests/serviceworker/cache-storage.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f66eb2664d923012726dee02ba3e6130fd9ac2ad
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/serviceworker/cache-storage.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<title>Service Worker: CacheStorage</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="resources/test-helpers.js"></script>
|
| +<script>
|
| +service_worker_test('resources/cache-storage-test-worker.js');
|
| +</script>
|
|
|