summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/ruby/ruby-line-height-expected.txt
blob: c2697e9eee54e5473e09c756f7ea1368f6d48721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Test that the CSS property 'line-height' is not applied to ruby base and annotation texts.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS [object HTMLParagraphElement] is non-null.
PASS getLineHeight('p') is "48px"
PASS [object HTMLElement] is non-null.
FAIL getLineHeight('r') should be normal. Was 48px.
PASS [object HTMLElement] is non-null.
PASS getLineHeight('t') is "normal"
PASS successfullyParsed is true

TEST COMPLETE
The line height of this is three times normal
"line-height: 48px;"
, but the ruby should have 'line-height: normal'.