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

Unified 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698