| Index: tests/html/svg_2_test.dart
|
| diff --git a/tests/html/svg_2_test.dart b/tests/html/svg_2_test.dart
|
| index b893a3c5c5c67977608f04b9fed99062365bac67..11500d3c5a7e6098b2232185699571400ba7a494 100644
|
| --- a/tests/html/svg_2_test.dart
|
| +++ b/tests/html/svg_2_test.dart
|
| @@ -2,6 +2,7 @@ library SVG2Test;
|
| import '../../pkg/unittest/lib/unittest.dart';
|
| import '../../pkg/unittest/lib/html_config.dart';
|
| import 'dart:html';
|
| +import 'dart:svg';
|
|
|
| // Test that SVG elements explicitly implement the IDL interfaces (is-checks
|
| // only, see SVGTest3 for behavioural tests).
|
|
|