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

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

Issue 26272006: Fix Skia FontCache platform data construction to use right font size (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/css3/zoom-coords-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/zoom-coords.xhtml
diff --git a/LayoutTests/css3/zoom-coords.xhtml b/LayoutTests/css3/zoom-coords.xhtml
index 6a6967b0db131e73278e817ee7e5dadbbd108370..d6eb38c0bc92952465a081b796517ec3cdebe692 100644
--- a/LayoutTests/css3/zoom-coords.xhtml
+++ b/LayoutTests/css3/zoom-coords.xhtml
@@ -120,7 +120,7 @@ shouldBe('image1.bottom', '275');
var text1 = document.getElementById("text1").getBoundingClientRect();
shouldBe('text1.left', '100');
msgDumpRenderTreeRequired();
-shouldBeCloseTo('text1.top', 282, 1);
+shouldBeCloseTo('text1.top', 283, 1);
shouldBeCloseTo('text1.width', 46, 1);
shouldBeCloseTo('text1.height', 6, 1);
shouldBeCloseTo('text1.right', 146, 1);
@@ -182,7 +182,7 @@ shouldBe('image3.bottom', '550');
var text3 = document.getElementById("text3").getBoundingClientRect();
shouldBe('text3.left', '1100');
msgDumpRenderTreeRequired();
-shouldBeCloseTo('text3.top', 565, 1);
+shouldBeCloseTo('text3.top', 566, 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/platform/linux/css3/zoom-coords-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698