| Index: third_party/WebKit/LayoutTests/css3/calc/font-size-fractional-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/css3/calc/font-size-fractional-expected.txt b/third_party/WebKit/LayoutTests/css3/calc/font-size-fractional-expected.txt
|
| index 5294212f7d8840ef12b527ba3428a7946b104947..a5d054a578c62a4fc98b0f55f689d6b1eccab28b 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/calc/font-size-fractional-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/css3/calc/font-size-fractional-expected.txt
|
| @@ -3,7 +3,7 @@ Tests that CSS3 calc() can be used with the font property using fractional sizes
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS getComputedStyle(document.getElementById("calc-reduce"), null).lineHeight is "24px"
|
| +PASS getComputedStyle(document.getElementById("calc-reduce"), null).lineHeight is "23.9844px"
|
| PASS getComputedStyle(document.getElementById("calc-reduce"), null).fontSize is "9.6px"
|
| PASS successfullyParsed is true
|
|
|
|
|