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

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: Remove t.done(); 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..5407c04756cb972082ad7a8e666f3810d0fa6eae 100644
--- a/LayoutTests/http/tests/serviceworker/serviceworkerobject-scripturl.html
+++ b/LayoutTests/http/tests/serviceworker/serviceworkerobject-scripturl.html
@@ -18,7 +18,6 @@ function url_test(name, url) {
'Returned ServiceWorker object should have scriptURL');
service_worker_unregister_and_done(t, scope);
}));
nhiroki 2014/09/17 10:06:18 Can you append '.catch(unreached_rejection(t));' t
qi1988.yang 2014/09/17 11:05:59 Acknowledged.
- t.done();
}, '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