Index: LayoutTests/http/tests/serviceworker/installing.html |
diff --git a/LayoutTests/http/tests/serviceworker/installing.html b/LayoutTests/http/tests/serviceworker/installing.html |
index 72d9ff27e5d5ae2572af65da82775fee81ac033e..575cd1ac518d86239f8488dbbf02a0652c856076 100644 |
--- a/LayoutTests/http/tests/serviceworker/installing.html |
+++ b/LayoutTests/http/tests/serviceworker/installing.html |
@@ -24,9 +24,6 @@ async_test(function(t) { |
registration = r; |
return wait_for_update(t, registration); |
})) |
- .then(step(function(serviceWorker) { |
- return wait_for_state(t, serviceWorker, 'installing'); |
- }), unreached_rejection(t, 'Registration should not fail')) |
.then(step(function() { |
var container = frame.contentWindow.navigator.serviceWorker; |
assert_equals(container.controller, null); |