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

Unified Diff: LayoutTests/http/tests/serviceworker/resources/cache-add-worker.js

Issue 435453002: [ServiceWorker] Update formatting for tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | LayoutTests/http/tests/serviceworker/resources/cache-delete-worker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/serviceworker/resources/cache-add-worker.js
diff --git a/LayoutTests/http/tests/serviceworker/resources/cache-add-worker.js b/LayoutTests/http/tests/serviceworker/resources/cache-add-worker.js
index 231fdc4dcfd1f9a3bcac93bb05f4868f5b156988..71b4aa382a9384034578c9fc1a8bfc9e6fbda5e2 100644
--- a/LayoutTests/http/tests/serviceworker/resources/cache-add-worker.js
+++ b/LayoutTests/http/tests/serviceworker/resources/cache-add-worker.js
@@ -102,7 +102,8 @@ cache_test(function(cache) {
return cache.addAll(urls)
.then(function(result) {
assert_equals(result, undefined,
- 'Cache.addAll should resolve with undefined on success.');
+ 'Cache.addAll should resolve with undefined on ' +
+ 'success.');
});
}, 'Cache.addAll with string URL arguments');
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/resources/cache-delete-worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698