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

Unified Diff: tests/html/element_types_constructors2_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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: tests/html/element_types_constructors2_test.dart
diff --git a/tests/html/element_types_constructors2_test.dart b/tests/html/element_types_constructors2_test.dart
index 07a5fc449df2c3a8bf989f044283ede2db6ecedc..f3518315062e3df321958cd333a8544f92e64d00 100644
--- a/tests/html/element_types_constructors2_test.dart
+++ b/tests/html/element_types_constructors2_test.dart
@@ -35,7 +35,7 @@ main() {
check('iframe', () => new IFrameElement() is IFrameElement);
check('img', () => new ImageElement() is ImageElement);
check('input', () => new InputElement() is InputElement);
- check('keygen',
- () => new KeygenElement() is KeygenElement, KeygenElement.supported);
+ check('keygen', () => new KeygenElement() is KeygenElement,
+ KeygenElement.supported);
});
}

Powered by Google App Engine
This is Rietveld 408576698