| Index: tests/html/element_test.dart
|
| diff --git a/tests/html/element_test.dart b/tests/html/element_test.dart
|
| index 21f9be7c87e2a7df16468a0f11cce7a3ecc758ed..a71b6cf7a86ae04e9308e098154b8437e7afbbf9 100644
|
| --- a/tests/html/element_test.dart
|
| +++ b/tests/html/element_test.dart
|
| @@ -6,6 +6,7 @@ library ElementTest;
|
| import '../../pkg/unittest/lib/unittest.dart';
|
| import '../../pkg/unittest/lib/html_config.dart';
|
| import 'dart:html';
|
| +import 'dart:svg';
|
|
|
| expectLargeRect(ClientRect rect) {
|
| expect(rect.top, 0);
|
|
|