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

Unified Diff: LayoutTests/http/tests/serviceworker/register-same-scope-different-script-url.html

Issue 776373003: ServiceWorker cleanup: remove wait_for_update() in favor of r.installing in most tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/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,

Powered by Google App Engine
This is Rietveld 408576698