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

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

Issue 543203003: Fix the geofencing test to not break if the promises resolve asynchronously. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 6 years, 3 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
« no previous file with comments | « LayoutTests/http/tests/geofencing/resources/worker.js ('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
new file mode 100644
index 0000000000000000000000000000000000000000..7e03945601b3dc4b50ce14efb9b0e20af4390cd6
--- /dev/null
+++ b/LayoutTests/http/tests/geofencing/service-worker.html
@@ -0,0 +1,10 @@
+<!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>
+service_worker_test(
+ 'resources/worker.js',
+ 'Verifies that all geofencing methods always reject.');
+</script>
« no previous file with comments | « LayoutTests/http/tests/geofencing/resources/worker.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698