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

Unified Diff: LayoutTests/http/tests/serviceworker/controller-on-reload.html

Issue 352423005: Add ServiceWorker InstallPhaseEvent.waitUntil() layout test. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review update Created 6 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/controller-on-reload.html
diff --git a/LayoutTests/http/tests/serviceworker/controller-on-reload.html b/LayoutTests/http/tests/serviceworker/controller-on-reload.html
index 9e8d282bcc993319f671d799d7f1c6a226952e4c..a91ea6db3df036309907a966ad9cbb91450d86cd 100644
--- a/LayoutTests/http/tests/serviceworker/controller-on-reload.html
+++ b/LayoutTests/http/tests/serviceworker/controller-on-reload.html
@@ -30,7 +30,7 @@ t.step(function() {
function onRegister(worker) {
worker.addEventListener('statechange', t.step_func(function(event) {
- if (event.target.state == 'active')
+ if (event.target.state == 'activated')
onActive();
}));
}

Powered by Google App Engine
This is Rietveld 408576698