| Index: LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html b/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html
|
| index a7fcacfcca53ca45d4c694a4222c1e34401ad333..20629ef05b0c7bd04d6e8e648ade9c02cefa3214 100644
|
| --- a/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html
|
| +++ b/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html
|
| @@ -11,7 +11,7 @@ promise_test(function(t) {
|
|
|
| return service_worker_unregister_and_register(t, script, scope)
|
| .then(function(registration) {
|
| - return wait_for_activated(t, registration);
|
| + return wait_for_state(t, registration.installing, 'activated');
|
| })
|
| .then(function() {
|
| return with_iframe(scope);
|
|
|