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

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

Issue 9923014: Fix test expectations. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/html/CSSStyleDeclarationTests.dart
diff --git a/client/tests/client/html/CSSStyleDeclarationTests.dart b/client/tests/client/html/CSSStyleDeclarationTests.dart
index c217e64ba9da8b11bd6578150bc5ac50788bca5f..9ec2f806f784e80cd1e4d20334b89735b809d805 100644
--- a/client/tests/client/html/CSSStyleDeclarationTests.dart
+++ b/client/tests/client/html/CSSStyleDeclarationTests.dart
@@ -66,7 +66,7 @@ testCSSStyleDeclaration() {
style.color = "red";
style.transform = "translate(10px, 20px)";
Expect.equals(
- "width: 2px !important; color: red; -webkit-transform: translate(10px, 20px); ",
+ "color: red; width: 2px !important; -webkit-transform: translate(10px, 20px); ",
style.cssText);
});
-}
+}
« 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