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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/http/tests/geofencing/service-not-available.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <title>Tests that all geofencing methods always reject, in a service worker.</ti tle> 2 <title>Tests that all geofencing methods always reject, in a service worker.</ti tle>
3 <script src="../resources/testharness.js"></script> 3 <script src="../resources/testharness.js"></script>
4 <script src="../resources/testharnessreport.js"></script> 4 <script src="../resources/testharnessreport.js"></script>
5 <script src="../serviceworker/resources/test-helpers.js"></script> 5 <script src="../serviceworker/resources/test-helpers.js"></script>
6 <script> 6 <script>
7 testRunner.setGeofencingMockProvider(false);
8
7 service_worker_test( 9 service_worker_test(
8 'resources/worker.js', 10 'resources/worker-service-not-available.js',
9 'Verifies that all geofencing methods always reject.'); 11 'Verifies that all geofencing methods always reject.');
10 </script> 12 </script>
OLDNEW
« 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