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

Unified Diff: client/tests/client/html/html_tests.dart

Issue 8360025: Move the individual property definitions from client/base/Css to CSSStyleDeclaration. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes. Created 9 years, 2 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: client/tests/client/html/html_tests.dart
diff --git a/client/tests/client/html/html_tests.dart b/client/tests/client/html/html_tests.dart
index 329835ffe0cce707972447c909aab5095d9be661..cd48754e03dffabc4f49126f6ac180289efd9842 100644
--- a/client/tests/client/html/html_tests.dart
+++ b/client/tests/client/html/html_tests.dart
@@ -13,8 +13,10 @@
// import of dart:dom by Dartium.
#import('dart:html', prefix: 'no_use');
+#source('CSSStyleDeclarationTests.dart');
#source('DocumentFragmentTests.dart');
main() {
+ CSSStyleDeclarationTests.main();
DocumentFragmentTests.main();
}
« no previous file with comments | « client/tests/client/html/CSSStyleDeclarationTests.dart ('k') | client/tests/client/layout/GridLayoutDemo.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698