| Index: tests/html/hidden_dom_2_test.dart
|
| diff --git a/tests/html/hidden_dom_2_test.dart b/tests/html/hidden_dom_2_test.dart
|
| index a2cb124bd54033fefa5f58fcc2670d487f09e00f..1c1bad5449f84780e444d837334645199263bd29 100644
|
| --- a/tests/html/hidden_dom_2_test.dart
|
| +++ b/tests/html/hidden_dom_2_test.dart
|
| @@ -10,7 +10,7 @@ main() {
|
| useHtmlConfiguration();
|
|
|
| test('test1', () {
|
| - document.body.elements.add(new Element.html(r'''
|
| + document.body.children.add(new Element.html(r'''
|
| <div id='div1'>
|
| Hello World!
|
| </div>'''));
|
|
|