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

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: cleaner code 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
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..c887be5349587b260f5744b3761ae82df261da70
--- /dev/null
+++ b/LayoutTests/http/tests/geofencing/service-worker.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
jsbell 2014/09/11 21:13:35 Add a <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>

Powered by Google App Engine
This is Rietveld 408576698