| Index: tests/html/element_test.dart
|
| diff --git a/tests/html/element_test.dart b/tests/html/element_test.dart
|
| index 0dba7807898fc4babe4f349f6badb02ed386d1b9..74e38796b71f5a865aee31cafcf505a822741c02 100644
|
| --- a/tests/html/element_test.dart
|
| +++ b/tests/html/element_test.dart
|
| @@ -480,7 +480,7 @@ main() {
|
| '''<svg xmlns="http://www.w3.org/2000/svg"
|
| xmlns:xlink="http://www.w3.org/1999/xlink">
|
| <image xlink:href="foo" data-foo="bar"/>
|
| - </svg>''').elements[0];
|
| + </svg>''').children[0];
|
|
|
| var attributes = element.attributes;
|
| expect(attributes.length, 1);
|
|
|