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

Unified Diff: tests/html/svgelement_test.dart

Issue 1088623002: Adjustments to SVG test suppressions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | « tests/co19/co19-dartium.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/svgelement_test.dart
diff --git a/tests/html/svgelement_test.dart b/tests/html/svgelement_test.dart
index 3fd62f3ebd5e642b0b807105b9d47a538ac5a3f6..776ecf8745ad7c8b88f376de0f78c8a86d0528c4 100644
--- a/tests/html/svgelement_test.dart
+++ b/tests/html/svgelement_test.dart
@@ -34,7 +34,7 @@ main() {
expect(isExpectedClass(new svg.SvgElement.tag(tagName)), expectation);
if (allowsInnerHtml) {
expect(isExpectedClass(new svg.SvgElement.svg('<$tagName></$tagName>')),
- allowsInnerHtml);
+ expectation && allowsInnerHtml);
}
});
}
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698