| Index: tests/html/custom_elements_test.dart
|
| diff --git a/tests/html/custom_elements_test.dart b/tests/html/custom_elements_test.dart
|
| index 71714b38708761d56505f8205142f85bd25c7dbf..57375a7789df4974d3e8079a7fcdcaf823669544 100644
|
| --- a/tests/html/custom_elements_test.dart
|
| +++ b/tests/html/custom_elements_test.dart
|
| @@ -8,6 +8,8 @@ import '../../pkg/unittest/lib/html_individual_config.dart';
|
| import 'dart:html';
|
|
|
| class CustomType extends Element {
|
| + factory CustomType() => null;
|
| +
|
| bool onCreatedCalled = false;
|
| void onCreated() {
|
| onCreatedCalled = true;
|
|
|