| Index: tests/html/custom/entered_left_view_test.dart
|
| diff --git a/tests/html/custom/entered_left_view_test.dart b/tests/html/custom/entered_left_view_test.dart
|
| index a5238549a0dff122be5b4d0916f7f3cbf29fa978..19899ff8b95a6a09e590584059eaf8cf8c2a1c55 100644
|
| --- a/tests/html/custom/entered_left_view_test.dart
|
| +++ b/tests/html/custom/entered_left_view_test.dart
|
| @@ -127,14 +127,13 @@ main() {
|
| 'document without a view');
|
| });
|
|
|
| - /*
|
| test('Attribute changed in document without a view', () {
|
| a.setAttribute('data-foo', 'bar');
|
| expect(invocations, ['attribute changed'],
|
| reason: 'changing an attribute should invoke the callback, even in a '
|
| 'document without a view');
|
| });
|
| - */
|
| +
|
| test('Entered document with a view', () {
|
| document.body.append(a);
|
| customElementsTakeRecords();
|
|
|