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

Unified Diff: tests/html/svg_3_test.dart

Issue 10308002: Fix for $dom_$dom_svgClassName (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: comment out part of test 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 | « lib/html/frog/html_frog.dart ('k') | 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 eef9961eb4a068b3a80071fe261fc64704e633f4..aa0722d385c07c34a6f35ebb314789690f453cd9 100644
--- a/tests/html/svg_3_test.dart
+++ b/tests/html/svg_3_test.dart
@@ -68,8 +68,9 @@ main() {
* Verifies that [e] supports the operations on the SVGStylable interface.
*/
checkSVGStylable(e) {
- var className = e.$dom_$dom_svgClassName;
- Expect.isTrue(className is SVGAnimatedString);
+ // TODO(sra): Re-enable this after dartium rebuilds.
+ // var className = e.$dom_svgClassName;
+ // Expect.isTrue(className is SVGAnimatedString);
var s = e.style;
Expect.isTrue(s is CSSStyleDeclaration);
« no previous file with comments | « lib/html/frog/html_frog.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698