| Index: tests/html/element_test.dart
|
| diff --git a/tests/html/element_test.dart b/tests/html/element_test.dart
|
| index 42015fdced5d8f45e43924abd18d61476a7b2810..58b0fe0e923614dfda455671df5c8dc591bf8c58 100644
|
| --- a/tests/html/element_test.dart
|
| +++ b/tests/html/element_test.dart
|
| @@ -10,7 +10,7 @@ import 'dart:html';
|
| import 'dart:svg' as svg;
|
| import 'utils.dart';
|
|
|
| -expectLargeRect(Rect rect) {
|
| +expectLargeRect(Rectangle rect) {
|
| expect(rect.top, 0);
|
| expect(rect.left, 0);
|
| expect(rect.width, greaterThan(100));
|
|
|