| Index: test/src/common/behavior_test.dart
|
| diff --git a/test/src/common/behavior_test.dart b/test/src/common/behavior_test.dart
|
| index a4da87cb9ea8d93cd19d929f2877e1d8f667adff..1dd63235e2efccdc9deea12de3edefc0c1c4155e 100644
|
| --- a/test/src/common/behavior_test.dart
|
| +++ b/test/src/common/behavior_test.dart
|
| @@ -168,6 +168,13 @@ main() async {
|
| expect(el.attributes['js'], 'hello');
|
| });
|
| });
|
| +
|
| + group('host attributes', () {
|
| + test('get assigned', () {
|
| + expect(el.attributes['dart'], 'hello');
|
| + expect(el.attributes['js'], 'hello');
|
| + });
|
| + });
|
| });
|
| }
|
|
|
|
|