| Index: LayoutTests/http/tests/serviceworker/registration-service-worker-attributes.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/registration-service-worker-attributes.html b/LayoutTests/http/tests/serviceworker/registration-service-worker-attributes.html
|
| index 9a596e90b328846ba363931190f0f64d4f51e08d..a67f196c20a501bb81b3a4be3617f7ea3018650f 100644
|
| --- a/LayoutTests/http/tests/serviceworker/registration-service-worker-attributes.html
|
| +++ b/LayoutTests/http/tests/serviceworker/registration-service-worker-attributes.html
|
| @@ -11,7 +11,7 @@ async_test(function(t) {
|
| service_worker_unregister_and_register(t, worker_url, scope)
|
| .then(function(r) {
|
| registration = r;
|
| - assert_equals(registration.installing, null,
|
| + assert_equals(registration.installing.scriptURL, expected_url,
|
| 'installing before updatefound');
|
| assert_equals(registration.waiting, null,
|
| 'waiting before updatefound');
|
|
|