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

Unified Diff: third_party/WebKit/LayoutTests/fast/ruby/script-tests/ruby-line-height.js

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/fast/ruby/script-tests/ruby-line-height.js
diff --git a/third_party/WebKit/LayoutTests/fast/ruby/script-tests/ruby-line-height.js b/third_party/WebKit/LayoutTests/fast/ruby/script-tests/ruby-line-height.js
index 08650814c96281dafdd450fc00f9b282a3fccc17..7f596db14418e7e31925e0fb3356ded78e9dd2f8 100644
--- a/third_party/WebKit/LayoutTests/fast/ruby/script-tests/ruby-line-height.js
+++ b/third_party/WebKit/LayoutTests/fast/ruby/script-tests/ruby-line-height.js
@@ -14,4 +14,4 @@ document.body.appendChild(div);
shouldBeEqualToString("getLineHeight('p')", "48px");
shouldBeEqualToString("getLineHeight('r')", "normal");
-shouldBeEqualToString("getLineHeight('t')", "normal");
+shouldBeEqualToString("getLineHeight('t')", "12px");

Powered by Google App Engine
This is Rietveld 408576698