| 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>
|
|
|