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

Unified Diff: tests/html/css_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/css_test.dart
diff --git a/tests/html/css_test.dart b/tests/html/css_test.dart
index bb3b9142b732fb67c9bbeb456be0a03cf145fa16..ca74851d429b7d56bbeb80b13acb36dea0b94fda 100644
--- a/tests/html/css_test.dart
+++ b/tests/html/css_test.dart
@@ -1,4 +1,5 @@
library CssTest;
+
import 'package:unittest/unittest.dart';
import 'package:unittest/html_individual_config.dart';
import 'dart:html';
@@ -14,12 +15,11 @@ main() {
group('functional', () {
test('DomPoint', () {
- var expectation = Window.supportsPointConversions ?
- returnsNormally : throws;
+ var expectation =
+ Window.supportsPointConversions ? returnsNormally : throws;
expect(() {
Element element = new Element.tag('div');
- element.attributes['style'] =
- '''
+ element.attributes['style'] = '''
position: absolute;
width: 60px;
height: 100px;

Powered by Google App Engine
This is Rietveld 408576698