| Index: LayoutTests/http/tests/geofencing/service-worker.html
|
| diff --git a/LayoutTests/http/tests/geofencing/service-worker.html b/LayoutTests/http/tests/geofencing/service-worker.html
|
| index 7e03945601b3dc4b50ce14efb9b0e20af4390cd6..93701101807c85ce4fdc85b819bd1ad127706ae1 100644
|
| --- a/LayoutTests/http/tests/geofencing/service-worker.html
|
| +++ b/LayoutTests/http/tests/geofencing/service-worker.html
|
| @@ -4,7 +4,9 @@
|
| <script src="../resources/testharnessreport.js"></script>
|
| <script src="../serviceworker/resources/test-helpers.js"></script>
|
| <script>
|
| +testRunner.setGeofencingMockProvider(false);
|
| +
|
| service_worker_test(
|
| - 'resources/worker.js',
|
| + 'resources/worker-service-not-available.js',
|
| 'Verifies that all geofencing methods always reject.');
|
| </script>
|
|
|