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

Unified Diff: tests/html/element_offset_test.dart

Issue 20769004: Adjust offset test for Windows fonts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/element_offset_test.dart
diff --git a/tests/html/element_offset_test.dart b/tests/html/element_offset_test.dart
index d92b9062f23c7e008608fe7ce7e2175ab816c15d..f4026426ab9531978290a6d166dc6662f6ec16b9 100644
--- a/tests/html/element_offset_test.dart
+++ b/tests/html/element_offset_test.dart
@@ -130,10 +130,10 @@ main() {
expect(baz.documentOffset.y, 608);
expect(qux.documentOffset.x, 8);
- expect(qux.documentOffset.y, inInclusiveRange(221, 232));
+ expect(qux.documentOffset.y, inInclusiveRange(221, 240));
expect(quux.documentOffset.x, 8);
- expect(quux.documentOffset.y, inInclusiveRange(221, 232));
+ expect(quux.documentOffset.y, inInclusiveRange(221, 240));
});
});
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698