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

Unified Diff: LayoutTests/http/tests/geofencing/service-worker.html

Issue 702983002: Update geofencing layout tests to use mock service. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix after rebase Created 6 years 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
« no previous file with comments | « LayoutTests/http/tests/geofencing/service-not-available.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/http/tests/geofencing/service-not-available.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698