Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PasslineHeight responsive to style changes
Asserts run
Pass
assert_equals("80px", "80px")
    at Test.<anonymous> ( /web-animations/responsive/lineHeight.html:19:5)
FaillineHeight clamped to 0px on keyframesassert_equals: expected "20px" but got "0px"
    at Test.<anonymous> (https://wpt.live/web-animations/responsive/lineHeight.html:29:5)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/web-animations/responsive/lineHeight.html:22:1
Asserts run
Fail
assert_equals("0px", "20px")
    at Test.<anonymous> ( /web-animations/responsive/lineHeight.html:29:5)
PasslineHeight responsive to inherited changes from keyword
Asserts run
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /web-animations/responsive/lineHeight.html:41:5)
Pass
assert_equals("80px", "80px")
    at Test.<anonymous> ( /web-animations/responsive/lineHeight.html:44:5)
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /web-animations/responsive/lineHeight.html:47:5)
PasslineHeight responsive to inherited changes from number
Asserts run
Pass
assert_equals("80px", "80px")
    at Test.<anonymous> ( /web-animations/responsive/lineHeight.html:61:5)
PasslineHeight responsive to inherited changes from length
Asserts run
Pass
assert_equals("97px", "97px")
    at Test.<anonymous> ( /web-animations/responsive/lineHeight.html:74:5)
Pass
assert_equals("50px", "50px")
    at Test.<anonymous> ( /web-animations/responsive/lineHeight.html:77:5)