Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: tests/html/element_test.dart

Issue 25785003: "Reverting 28184" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/client_rect_test.dart ('k') | tests/html/point_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/element_test.dart
diff --git a/tests/html/element_test.dart b/tests/html/element_test.dart
index 58b0fe0e923614dfda455671df5c8dc591bf8c58..42015fdced5d8f45e43924abd18d61476a7b2810 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(Rectangle rect) {
+expectLargeRect(Rect rect) {
expect(rect.top, 0);
expect(rect.left, 0);
expect(rect.width, greaterThan(100));
« no previous file with comments | « tests/html/client_rect_test.dart ('k') | tests/html/point_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698