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

Unified Diff: LayoutTests/http/tests/serviceworker/registration-service-worker-attributes.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
« no previous file with comments | « LayoutTests/http/tests/serviceworker/registration-end-to-end.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
« no previous file with comments | « LayoutTests/http/tests/serviceworker/registration-end-to-end.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698