Chromium Code Reviews| Index: tests/html/node_test.dart |
| diff --git a/tests/html/node_test.dart b/tests/html/node_test.dart |
| index 7523722598321afdea82657b93aaab2715af3d0e..3f21c350073047eec6d999e8f087fc9a64a3ada7 100644 |
| --- a/tests/html/node_test.dart |
| +++ b/tests/html/node_test.dart |
| @@ -6,6 +6,7 @@ library NodeTest; |
| import '../../pkg/unittest/lib/unittest.dart'; |
| import '../../pkg/unittest/lib/html_config.dart'; |
| import 'dart:html'; |
| +import 'dart:svg'; |
|
Anton Muhin
2012/11/09 13:13:23
do we need this import here?
blois
2012/11/09 18:21:56
It does, it references SVGElement.
|
| Node makeNode() => new Element.tag('div'); |
| Node makeNodeWithChildren() => |