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

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

Issue 9677012: Port the SVG code to the wrapperless DOM. (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/html/src/shared_FactoryProviders.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 4b1591003d56641b8c160c6f37ca953363521d07..7ed42a7cb186f1bfbfe6e69d3eba48201e3eb19e 100644
--- a/client/tests/client/html/html_tests.dart
+++ b/client/tests/client/html/html_tests.dart
@@ -15,7 +15,7 @@
#source('LocalStorageTests.dart');
#source('MeasurementTests.dart');
#source('NodeTests.dart');
-// #source('SVGElementTests.dart');
+#source('SVGElementTests.dart');
#source('XHRTests.dart');
main() {
@@ -27,7 +27,6 @@ main() {
group('LocalStorage', testLocalStorage);
group('Measurement', testMeasurement);
group('Node', testNode);
- // TODO(nweiz): enable once this code is ported -- Dart issue 1997.
- // group('SVGElement', testSVGElement);
+ group('SVGElement', testSVGElement);
group('XHR', testXHR);
}
« no previous file with comments | « client/html/src/shared_FactoryProviders.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698