Chromium Code Reviews| Index: tests/html/htmlcollection_test.dart |
| diff --git a/tests/html/htmlcollection_test.dart b/tests/html/htmlcollection_test.dart |
| index e5e20cd8b8b382dbeb602263540583bee25c0986..296f30b276b94221e322bd736ed4818781a66433 100644 |
| --- a/tests/html/htmlcollection_test.dart |
| +++ b/tests/html/htmlcollection_test.dart |
| @@ -28,7 +28,7 @@ main() { |
| </div> |
| <div id='emptyDiv'></div> |
| """; |
| - document.body.nodes.add(element); |
| + document.body.append(element); |
| return element; |
| } |