Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/geofencing/service-worker.html

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark histogram suffix as obsolete Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <title>Tests that all geofencing methods always reject, in a service worker.</ti tle>
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);
8
9 service_worker_test(
10 'resources/worker-service-not-available.js',
11 'Verifies that all geofencing methods always reject.');
12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698