Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / ruby / ruby-line-height-expected.txt
blob055b9b682240f86dc8d694060b0443d5606c941a
1 Test that the CSS property 'line-height' is not applied to ruby base and annotation texts.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS [object HTMLParagraphElement] is non-null.
7 PASS getLineHeight('p') is "48px"
8 PASS [object HTMLElement] is non-null.
9 FAIL getLineHeight('r') should be normal. Was 48px.
10 PASS [object HTMLElement] is non-null.
11 PASS getLineHeight('t') is "normal"
12 PASS successfullyParsed is true
14 TEST COMPLETE
15 The line height of this is three times normal"line-height: 48px;", but the ruby should have 'line-height: normal'.