| OLD | NEW |
| 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'. |
| OLD | NEW |