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

Unified Diff: tests/html/svg_3_test.dart

Issue 10311002: uncomment test - was unnecessary (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/svg_3_test.dart
diff --git a/tests/html/svg_3_test.dart b/tests/html/svg_3_test.dart
index aa0722d385c07c34a6f35ebb314789690f453cd9..61fc36820127ccacb8e107dd413798bd2ac5a3a2 100644
--- a/tests/html/svg_3_test.dart
+++ b/tests/html/svg_3_test.dart
@@ -68,9 +68,8 @@ main() {
* Verifies that [e] supports the operations on the SVGStylable interface.
*/
checkSVGStylable(e) {
- // TODO(sra): Re-enable this after dartium rebuilds.
- // var className = e.$dom_svgClassName;
- // Expect.isTrue(className is SVGAnimatedString);
+ var className = e.$dom_svgClassName;
+ Expect.isTrue(className is SVGAnimatedString);
var s = e.style;
Expect.isTrue(s is CSSStyleDeclaration);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698