| Index: LayoutTests/http/tests/serviceworker/cache-add.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/cache-add.html b/LayoutTests/http/tests/serviceworker/cache-add.html
|
| deleted file mode 100644
|
| index eda747381ca058621ce71a957f97ceec2a5bd1dd..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/serviceworker/cache-add.html
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>Service Worker: Cache.add and Cache.addAll</title>
|
| -<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-add">
|
| -<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-add-worker.js');
|
| -</script>
|
|
|