| Index: tests/html/cssstyledeclaration_test.dart
|
| diff --git a/tests/html/cssstyledeclaration_test.dart b/tests/html/cssstyledeclaration_test.dart
|
| index 9bc94941890538d3912d8c40a0be01fa6a289e80..3822e07f7c9de531693f5716e8853bc6814e6831 100644
|
| --- a/tests/html/cssstyledeclaration_test.dart
|
| +++ b/tests/html/cssstyledeclaration_test.dart
|
| @@ -23,7 +23,7 @@ main() {
|
| expect(style.getPropertyPriority('color'), isEmpty);
|
| expect(style.item(0), isEmpty);
|
| expect(style, hasLength(0));
|
| - // These assertions throw a NotImplementedException in dartium:
|
| + // These assertions throw a UnimplementedError in dartium:
|
| // expect(style.parentRule, isNull);
|
| // expect(style.getPropertyCSSValue('color'), isNull);
|
| // expect(style.getPropertyShorthand('color'), isNull);
|
|
|