| Index: third_party/WebKit/LayoutTests/http/tests/geofencing/service-worker.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/geofencing/service-worker.html b/third_party/WebKit/LayoutTests/http/tests/geofencing/service-worker.html
|
| deleted file mode 100644
|
| index 93701101807c85ce4fdc85b819bd1ad127706ae1..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/geofencing/service-worker.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>Tests that all geofencing methods always reject, in a service worker.</title>
|
| -<script src="../resources/testharness.js"></script>
|
| -<script src="../resources/testharnessreport.js"></script>
|
| -<script src="../serviceworker/resources/test-helpers.js"></script>
|
| -<script>
|
| -testRunner.setGeofencingMockProvider(false);
|
| -
|
| -service_worker_test(
|
| - 'resources/worker-service-not-available.js',
|
| - 'Verifies that all geofencing methods always reject.');
|
| -</script>
|
|
|