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

Unified Diff: LayoutTests/fast/text/fractional-word-and-letter-spacing-with-kerning.html

Issue 1153173011: Force glyph overflow calculation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More rebaselines Created 5 years, 6 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
Index: LayoutTests/fast/text/fractional-word-and-letter-spacing-with-kerning.html
diff --git a/LayoutTests/fast/text/fractional-word-and-letter-spacing-with-kerning.html b/LayoutTests/fast/text/fractional-word-and-letter-spacing-with-kerning.html
index a2ab9b290d1e7871de17bedbd0e7c4c5bd02dcba..c76a176aa830baa20d100aa3b4a35b3ef324654e 100644
--- a/LayoutTests/fast/text/fractional-word-and-letter-spacing-with-kerning.html
+++ b/LayoutTests/fast/text/fractional-word-and-letter-spacing-with-kerning.html
@@ -38,5 +38,5 @@ function getWidth(element) {
}
shouldBeCloseTo('getWidth(ls005)-getWidth(ls0)', 73, 1);
-shouldBeCloseTo('getWidth(ws005)-getWidth(ws0)', 4, 1);
+shouldBeCloseTo('getWidth(ws005)-getWidth(ws0)', 5, 1); // 7*0.05em = 5.6px.
</script>

Powered by Google App Engine
This is Rietveld 408576698