Index: tests/html/documentfragment_test.dart |
diff --git a/tests/html/documentfragment_test.dart b/tests/html/documentfragment_test.dart |
index 2c2c4b659f8d6df66f79fd00d67fcfff341c5dc5..6704bd48e9e234e30b27ced57decd55a20b30bba 100644 |
--- a/tests/html/documentfragment_test.dart |
+++ b/tests/html/documentfragment_test.dart |
@@ -43,7 +43,7 @@ main() { |
expect(style.getPropertyPriority('color'), equals('')); |
expect(style.item(0), equals('')); |
expect(style.length, isZero); |
- // TODO(jacobr): these checks throw NotImplementedExceptions in dartium. |
+ // TODO(jacobr): these checks throw UnimplementedErrors in dartium. |
// expect(style.parentRule, isNull); |
// expect(style.getPropertyCSSValue('color'), isNull); |
// expect(style.getPropertyShorthand('color'), isNull); |