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

Unified Diff: LayoutTests/http/tests/serviceworker/resources/worker-testharness.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 | « LayoutTests/http/tests/serviceworker/resources/test-helpers.js ('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/resources/worker-testharness.js
diff --git a/LayoutTests/http/tests/serviceworker/resources/worker-testharness.js b/LayoutTests/http/tests/serviceworker/resources/worker-testharness.js
index 6767dadf7b4941d99feede23804d1ac6cec2ecb0..8c839e7af56a989b0ce238d27f9cce45eebdf601 100644
--- a/LayoutTests/http/tests/serviceworker/resources/worker-testharness.js
+++ b/LayoutTests/http/tests/serviceworker/resources/worker-testharness.js
@@ -106,7 +106,7 @@ importScripts('/resources/testharness.js');
// }, "Some Cache test");
function cache_test(test_function, description) {
promise_test(function(test) {
- return create_temporary_cache(test)
+ return create_temporary_cache(test)
.then(test_function);
- }, description);
+ }, description);
}
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/test-helpers.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698