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

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

Issue 9968110: Stop separating out frog_html_tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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/frog_html_tests.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 f8f5e0ed9e5800ab4a0cce60bf1bf1b970c30bc3..7c1bedb043da7b47e721143d9a220b733f9a6d3e 100644
--- a/client/tests/client/html/html_tests.dart
+++ b/client/tests/client/html/html_tests.dart
@@ -18,6 +18,10 @@
#source('SVGElementTests.dart');
#source('XHRTests.dart');
+// TODO(nweiz): enable these once the XML document work is ported over.
+// #source('XMLDocumentTests.dart');
+// #source('XMLElementTests.dart');
+
main() {
group('CSSStyleDeclaration', testCSSStyleDeclaration);
group('DocumentFragment', testDocumentFragment);
@@ -29,4 +33,8 @@ main() {
group('Node', testNode);
group('SVGElement', testSVGElement);
group('XHR', testXHR);
+
+ // group('DocumentFragment', testDocumentFragment);
+ // group('XMLDocument', testXMLDocument);
+ // group('XMLElement', testXMLElement);
}
« no previous file with comments | « client/tests/client/html/frog_html_tests.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698