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

Unified Diff: LayoutTests/http/tests/serviceworker/resources/interfaces.js

Issue 435453002: [ServiceWorker] Update formatting for tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
Index: LayoutTests/http/tests/serviceworker/resources/interfaces.js
diff --git a/LayoutTests/http/tests/serviceworker/resources/interfaces.js b/LayoutTests/http/tests/serviceworker/resources/interfaces.js
index 9db350fd8372eafe54d8b068c8b3c8456b9df27e..09bc6257c2362d0be3075e09e580017423c252d7 100644
--- a/LayoutTests/http/tests/serviceworker/resources/interfaces.js
+++ b/LayoutTests/http/tests/serviceworker/resources/interfaces.js
@@ -1,6 +1,6 @@
function verifyInterface(name, instance, attributes) {
jsbell 2014/07/31 20:37:23 We could rename this verify_interface... but then
asanka 2014/08/01 05:15:52 Good point. There are tests like this in w3c/web-p
assert_true(name in self,
- name + ' should be an defined type');
+ name + ' should be a defined type');
if (instance) {
assert_true(instance instanceof self[name],
instance + ' should be an instance of ' + name);

Powered by Google App Engine
This is Rietveld 408576698