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

Unified Diff: third_party/WebKit/LayoutTests/css3/calc/font-size-fractional-expected.txt

Issue 1820773002: getComputedStyle() should return used value for 'line-height' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: 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

Powered by Google App Engine
This is Rietveld 408576698