Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassShorthand properties expand to longhand counterparts in computed keyframes.
Asserts run
Pass
assert_equals("10px", "10px", "background-position-x @-10% progress")
    at assert_background_position_at ( /web-animations/animation-model/keyframe-effects/background-shorthand.html:25:5)
Pass
assert_equals("0%", "0%", "background-position-y @-10% progress")
    at assert_background_position_at ( /web-animations/animation-model/keyframe-effects/background-shorthand.html:27:5)
Pass
assert_equals("0%", "0%", "background-position-x @0% progress")
    at assert_background_position_at ( /web-animations/animation-model/keyframe-effects/background-shorthand.html:25:5)
Pass
assert_equals("0%", "0%", "background-position-y @0% progress")
    at assert_background_position_at ( /web-animations/animation-model/keyframe-effects/background-shorthand.html:27:5)
Pass
assert_equals("0%", "0%", "background-position-x @20% progress")
    at assert_background_position_at ( /web-animations/animation-model/keyframe-effects/background-shorthand.html:25:5)
Pass
assert_equals("calc(0% + 2px)", "calc(0% + 2px)", "background-position-y @20% progress")
    at assert_background_position_at ( /web-animations/animation-model/keyframe-effects/background-shorthand.html:27:5)
Pass
assert_equals("0%", "0%", "background-position-x @50% progress")
    at assert_background_position_at ( /web-animations/animation-model/keyframe-effects/background-shorthand.html:25:5)
Pass
assert_equals("calc(0% + 5px)", "calc(0% + 5px)", "background-position-y @50% progress")
    at assert_background_position_at ( /web-animations/animation-model/keyframe-effects/background-shorthand.html:27:5)
Pass
assert_equals("0%", "0%", "background-position-x @80% progress")
    at assert_background_position_at ( /web-animations/animation-model/keyframe-effects/background-shorthand.html:25:5)
Pass
assert_equals("calc(0% + 8px)", "calc(0% + 8px)", "background-position-y @80% progress")
    at assert_background_position_at ( /web-animations/animation-model/keyframe-effects/background-shorthand.html:27:5)
Pass
assert_equals("10px", "10px", "background-position-x @110% progress")
    at assert_background_position_at ( /web-animations/animation-model/keyframe-effects/background-shorthand.html:25:5)
Pass
assert_equals("0%", "0%", "background-position-y @110% progress")
    at assert_background_position_at ( /web-animations/animation-model/keyframe-effects/background-shorthand.html:27:5)