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
15 The line height of this is three times normal"line-height: 48px;", but the ruby should have 'line-height: normal'.