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

Unified Diff: LayoutTests/http/tests/serviceworker/chromium/stashed-ports-after-terminate.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/serviceworker/chromium/stashed-ports-after-terminate.html
diff --git a/LayoutTests/http/tests/serviceworker/chromium/stashed-ports-after-terminate.html b/LayoutTests/http/tests/serviceworker/chromium/stashed-ports-after-terminate.html
index 633bf282ed9eedb2354506593fd56389202dd6ff..ecc3b4fb6989f7a93f63c652005761739532fdb9 100644
--- a/LayoutTests/http/tests/serviceworker/chromium/stashed-ports-after-terminate.html
+++ b/LayoutTests/http/tests/serviceworker/chromium/stashed-ports-after-terminate.html
@@ -23,7 +23,7 @@ function wait_for_reply(test, port) {
}
test(function(test) {
- assert_exists(window, 'internals');
+ assert_true(window.internals instanceof Object);
test.done();
}, 'internals.terminateServiceWorker is required for the following tests.');
« no previous file with comments | « LayoutTests/http/tests/geofencing/event_triggering.html ('k') | LayoutTests/printing/page-rule-specificity.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698