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