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

Unified Diff: LayoutTests/css3/zoom-coords.xhtml

Issue 25512005: Enable experimental support for sub-pixel font scaling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
Index: LayoutTests/css3/zoom-coords.xhtml
diff --git a/LayoutTests/css3/zoom-coords.xhtml b/LayoutTests/css3/zoom-coords.xhtml
index 3b2174d85d1271c5a50adfe97b8cca5ff33a793f..3760db60159a92a1b3c32ce5fe1fe94c736a1d1f 100644
--- a/LayoutTests/css3/zoom-coords.xhtml
+++ b/LayoutTests/css3/zoom-coords.xhtml
@@ -182,7 +182,7 @@ shouldBe('image3.bottom', '550');
var text3 = document.getElementById("text3").getBoundingClientRect();
shouldBe('text3.left', '1100');
msgDumpRenderTreeRequired();
-shouldBeCloseTo('text3.top', 566, 1);
+shouldBeCloseTo('text3.top', 565, 1);
shouldBeCloseTo('text3.width', 92, 1);
shouldBeCloseTo('text3.height', 12, 1);
shouldBeCloseTo('text3.right', 1192, 1);
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/box-decoration-break/box-decoration-break-rendering.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698