| 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);
|
|
|