| Index: tests/html/element_test.dart
|
| diff --git a/tests/html/element_test.dart b/tests/html/element_test.dart
|
| index a255c6856dd79aeea94268b16aef0727a9e13fef..c552231954d9804c5ce83ef334378760f2b98e11 100644
|
| --- a/tests/html/element_test.dart
|
| +++ b/tests/html/element_test.dart
|
| @@ -9,7 +9,7 @@ import 'dart:async';
|
| import 'dart:html';
|
| import 'dart:svg' as svg;
|
|
|
| -expectLargeRect(ClientRect rect) {
|
| +expectLargeRect(Rect rect) {
|
| expect(rect.top, 0);
|
| expect(rect.left, 0);
|
| expect(rect.width, greaterThan(100));
|
|
|