| Index: LayoutTests/http/tests/serviceworker/register-same-scope-different-script-url.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/register-same-scope-different-script-url.html b/LayoutTests/http/tests/serviceworker/register-same-scope-different-script-url.html
|
| index 0db2cdd2f037c5747fed5bc722971bf07e6ccdd5..1720a092e18a66a31ad414a6cc15ec4270e64962 100644
|
| --- a/LayoutTests/http/tests/serviceworker/register-same-scope-different-script-url.html
|
| +++ b/LayoutTests/http/tests/serviceworker/register-same-scope-different-script-url.html
|
| @@ -23,9 +23,6 @@ async_test(function(t) {
|
| })
|
| .then(function(r) {
|
| registration = r;
|
| - return wait_for_update(t, registration);
|
| - })
|
| - .then(function() {
|
| assert_equals(registration.installing.scriptURL, script1,
|
| 'on first update, first script should be installing');
|
| assert_equals(registration.waiting, null,
|
|
|