Summary

Harness status: OK

Found 4 tests

Details

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