| Index: tests/html/cssstyledeclaration_test.dart
|
| diff --git a/tests/html/cssstyledeclaration_test.dart b/tests/html/cssstyledeclaration_test.dart
|
| index 13835617ec32c3578fa1cdb476a12589306c5764..d2783f4b4c43d98d0778af9618d1aaa3c56bd05c 100644
|
| --- a/tests/html/cssstyledeclaration_test.dart
|
| +++ b/tests/html/cssstyledeclaration_test.dart
|
| @@ -25,7 +25,7 @@ main() {
|
| expect(style, hasLength(0));
|
| // These assertions throw a UnimplementedError in dartium:
|
| // expect(style.parentRule, isNull);
|
| - // expect(style.getPropertyCSSValue('color'), isNull);
|
| + // expect(style.getPropertyCssValue('color'), isNull);
|
| // expect(style.getPropertyShorthand('color'), isNull);
|
| });
|
|
|
|
|