| Index: tests/html/custom_elements_test.dart
|
| diff --git a/tests/html/custom_elements_test.dart b/tests/html/custom_elements_test.dart
|
| index a78892ba9689cb753747c8f957c460a9f33da0cb..0843b18b1bb7a128f5e71d10f3af796c35612a39 100644
|
| --- a/tests/html/custom_elements_test.dart
|
| +++ b/tests/html/custom_elements_test.dart
|
| @@ -83,8 +83,10 @@ main() {
|
| });
|
| });
|
|
|
| + // TODO(vsm): Modify this test once we agree on the proper semantics.
|
| + /*
|
| group('preregister', () {
|
| - // TODO(vsm): Modify this test once we agree on the proper semantics.
|
| +
|
| test('pre-registration construction', () {
|
| var tag = nextTag;
|
| var dom = new Element.html('<div><$tag></$tag></div>');
|
| @@ -118,7 +120,7 @@ main() {
|
| expect(firedOnPre, isTrue);
|
| expect(firedOnPost, isTrue);
|
| });
|
| - });
|
| + });*/
|
|
|
| group('innerHtml', () {
|
| test('query', () {
|
|
|