| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7e03945601b3dc4b50ce14efb9b0e20af4390cd6
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/geofencing/service-worker.html
|
| @@ -0,0 +1,10 @@
|
| +<!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>
|
| +service_worker_test(
|
| + 'resources/worker.js',
|
| + 'Verifies that all geofencing methods always reject.');
|
| +</script>
|
|
|