Pass | line-height: normal | Asserts runPass | assert_equals("normal", "normal", "normal should compute to normal")
at Test.<anonymous> ( /css/cssom/getComputedStyle-line-height.html:20:5) |
|
Pass | line-height: 1 | Asserts runPass | assert_equals("16px", "16px", "1 should compute to 16px")
at Test.<anonymous> ( /css/cssom/getComputedStyle-line-height.html:20:5) |
|
Pass | line-height: 10px | Asserts runPass | assert_equals("10px", "10px", "10px should compute to 10px")
at Test.<anonymous> ( /css/cssom/getComputedStyle-line-height.html:20:5) |
|
Pass | line-height: 10% | Asserts runPass | assert_equals("1.6px", "1.6px", "10% should compute to 1.6px")
at Test.<anonymous> ( /css/cssom/getComputedStyle-line-height.html:20:5) |
|