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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/ruby/ruby-line-height-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 unified diff | Download patch
OLDNEW
1 Test that the CSS property 'line-height' is not applied to ruby base and annotat ion texts. 1 Test that the CSS property 'line-height' is not applied to ruby base and annotat ion texts.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS [object HTMLParagraphElement] is non-null. 6 PASS [object HTMLParagraphElement] is non-null.
7 PASS getLineHeight('p') is "48px" 7 PASS getLineHeight('p') is "48px"
8 PASS [object HTMLElement] is non-null. 8 PASS [object HTMLElement] is non-null.
9 FAIL getLineHeight('r') should be normal. Was 48px. 9 FAIL getLineHeight('r') should be normal. Was 48px.
10 PASS [object HTMLElement] is non-null. 10 PASS [object HTMLElement] is non-null.
11 PASS getLineHeight('t') is "normal" 11 PASS getLineHeight('t') is "12px"
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 The line height of this is three times normal"line-height: 48px;", but the ruby should have 'line-height: normal'. 15 The line height of this is three times normal"line-height: 48px;", but the ruby should have 'line-height: normal'.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698