Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: LayoutTests/http/tests/serviceworker/installing.html

Issue 517223002: ServiceWorker: Tweak layout tests based on the latest install sequence (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698