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

Unified Diff: tests/html/element_classes_test.dart

Issue 12295039: Fixing CssStyleDeclaration to not throw exceptions for unsupported values. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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_classes_test.dart
diff --git a/tests/html/element_classes_test.dart b/tests/html/element_classes_test.dart
index 966e5eb14170816fade0d26545dfd711d965a336..175d5303c18d6e7c1612afe07b7badb5bf87692a 100644
--- a/tests/html/element_classes_test.dart
+++ b/tests/html/element_classes_test.dart
@@ -165,4 +165,8 @@ main() {
classes.clear();
expect(classes, equals([]));
});
+
+ test('invalid values', () {
+
Emily Fortuna 2013/02/20 17:15:07 should there be something in this test?
blois 2013/02/20 20:51:12 Ack- that was from a different CL. Removed.
+ });
}
« no previous file with comments | « tests/html/cssstyledeclaration_test.dart ('k') | tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698