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

Unified Diff: LayoutTests/http/tests/serviceworker/serviceworkerobject-scripturl.html

Issue 579693002: Service Worker:Layouttests:Remove wrong done() call from serviceworkerobject-scripturl.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/serviceworker/serviceworkerobject-scripturl.html
diff --git a/LayoutTests/http/tests/serviceworker/serviceworkerobject-scripturl.html b/LayoutTests/http/tests/serviceworker/serviceworkerobject-scripturl.html
index aff54eefc6fb4a68cf9e4408557ac07162bea817..6267a7cb0661e8d75beb85162f3484e8925bdc3e 100644
--- a/LayoutTests/http/tests/serviceworker/serviceworkerobject-scripturl.html
+++ b/LayoutTests/http/tests/serviceworker/serviceworkerobject-scripturl.html
@@ -17,8 +17,8 @@ function url_test(name, url) {
assert_equals(worker.scriptURL, expectedURL,
'Returned ServiceWorker object should have scriptURL');
service_worker_unregister_and_done(t, scope);
- }));
- t.done();
+ }))
+ .catch(unreached_rejection(t));
}, 'Verify the scriptURL property: ' + name);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698