Chromium Code Reviews| Index: tests/html/queryall_test.dart |
| diff --git a/tests/html/queryall_test.dart b/tests/html/queryall_test.dart |
| index 6ebce45d7cb5d41321fed7a81d0e56fed5b224d8..7b910c572f7262bf6a21d6cdc340f18a420147d2 100644 |
| --- a/tests/html/queryall_test.dart |
| +++ b/tests/html/queryall_test.dart |
| @@ -17,7 +17,7 @@ main() { |
| var div = new DivElement(); |
| div.id = 'test'; |
| - document.body.nodes.add(div); |
| + document.body.append(div); |
| div.nodes.addAll([ |
| new DivElement(), |