| Index: tests/html/hidden_dom_1_test.dart
|
| diff --git a/tests/html/hidden_dom_1_test.dart b/tests/html/hidden_dom_1_test.dart
|
| index 318bf4ba08abf1942ee659880d296f13854b484f..b2a51bdf65a3e2663e39c9a2cc79f9aa036bdb59 100644
|
| --- a/tests/html/hidden_dom_1_test.dart
|
| +++ b/tests/html/hidden_dom_1_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>'''));
|
|
|