Chromium Code Reviews| Index: tests/html/svg_1_test.dart |
| diff --git a/tests/html/svg_1_test.dart b/tests/html/svg_1_test.dart |
| index 97c9ac69c11ec9036346f9970715594a6096701b..997a361f66566367794827a01fdea4ff87f2db1a 100644 |
| --- a/tests/html/svg_1_test.dart |
| +++ b/tests/html/svg_1_test.dart |
| @@ -2,6 +2,7 @@ library SVG1Test; |
| import '../../pkg/unittest/lib/unittest.dart'; |
| import '../../pkg/unittest/lib/html_config.dart'; |
| import 'dart:html'; |
| +import 'dart:svg'; |
| // Test that SVG is present in dart:html API |