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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-cue-rendering-on-resize-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, 9 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/media/track/track-cue-rendering-on-resize-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-on-resize-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-on-resize-expected.txt
index 78b977153b6ee203da070c07e9985e17d23bd54f..384277bdfb95f2b432233a54c175e51d1293c41b 100644
--- a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-on-resize-expected.txt
+++ b/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-on-resize-expected.txt
@@ -3,6 +3,6 @@ EVENT(canplaythrough)
EVENT(seeked)
** Line height of the cue element should be 'normal' **
-EXPECTED (getComputedStyle(multiLineCueDisplayElement).lineHeight == 'normal') OK
+EXPECTED (getComputedStyle(multiLineCueDisplayElement).lineHeight == '15px') OK
END OF TEST

Powered by Google App Engine
This is Rietveld 408576698