Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / geofencing / service-worker.html
blob93701101807c85ce4fdc85b819bd1ad127706ae1
1 <!DOCTYPE html>
2 <title>Tests that all geofencing methods always reject, in a service worker.</title>
3 <script src="../resources/testharness.js"></script>
4 <script src="../resources/testharnessreport.js"></script>
5 <script src="../serviceworker/resources/test-helpers.js"></script>
6 <script>
7 testRunner.setGeofencingMockProvider(false);
9 service_worker_test(
10 'resources/worker-service-not-available.js',
11 'Verifies that all geofencing methods always reject.');
12 </script>