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

Unified Diff: LayoutTests/http/tests/serviceworker/registration-events.html

Issue 352423005: Add ServiceWorker InstallPhaseEvent.waitUntil() layout test. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add FIXME 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/registration-events.html
diff --git a/LayoutTests/http/tests/serviceworker/registration-events.html b/LayoutTests/http/tests/serviceworker/registration-events.html
index ac22e8c757a6500c0fb490bbecfdd2543054c67d..432ef708f1831c13a555310883e5495764628a99 100644
--- a/LayoutTests/http/tests/serviceworker/registration-events.html
+++ b/LayoutTests/http/tests/serviceworker/registration-events.html
@@ -18,7 +18,7 @@ t.step(function() {
function onRegister(sw) {
sw.onstatechange = t.step_func(function() {
- if (sw.state !== 'active')
+ if (sw.state !== 'activated')
return;
sendMessagePort(sw, 'registering doc').onmessage = t.step_func(function (e) {

Powered by Google App Engine
This is Rietveld 408576698