| 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) {
|
|
|