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

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

Issue 9363033: Move these dart:html tests from Dartium layout test to client tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « client/tests/client/html/XHRTests.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0f704c45b6c084c9139ef838bdcefbe8be7fc87e..416dc5d419b22e7e261c735ca56d2545f2422590 100644
--- a/client/tests/client/html/html_tests.dart
+++ b/client/tests/client/html/html_tests.dart
@@ -15,9 +15,11 @@
#source('ElementTests.dart');
#source('EventTests.dart');
#source('ListsTests.dart');
+#source('LocalStorageTests.dart');
#source('MeasurementTests.dart');
#source('NodeTests.dart');
#source('SVGElementTests.dart');
+#source('XHRTests.dart');
main() {
group('CSSStyleDeclaration', testCSSStyleDeclaration);
@@ -25,7 +27,9 @@ main() {
group('Element', testElement);
group('Event', testEvents);
group('Lists', testLists);
+ group('LocalStorage', testLocalStorage);
group('Measurement', testMeasurement);
group('Node', testNode);
group('SVGElement', testSVGElement);
+ group('XHR', testXHR);
}
« no previous file with comments | « client/tests/client/html/XHRTests.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698