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

Unified Diff: LayoutTests/http/tests/geofencing/event_triggering.html

Issue 1197733009: Prepare LayoutTests for lazy loading testRunner and internals. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/event_triggering.html
diff --git a/LayoutTests/http/tests/geofencing/event_triggering.html b/LayoutTests/http/tests/geofencing/event_triggering.html
index 428bc9977d0132105e5ae911726c87ccf6dccd0c..0d4902a6dc3c5b8abe0065ecbee980e072eea8c6 100644
--- a/LayoutTests/http/tests/geofencing/event_triggering.html
+++ b/LayoutTests/http/tests/geofencing/event_triggering.html
@@ -9,7 +9,7 @@ var sw_url = 'resources/worker-passes-events-back.js';
var sw_scope = 'resources/service-worker-scope' + window.location.pathname;
test(function(test) {
- assert_exists(window, 'testRunner');
+ assert_true(window.testRunner instanceof Object);
test.done();
}, 'window.testRunner is required for the following tests.');

Powered by Google App Engine
This is Rietveld 408576698