Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassTest animating discrete values
Asserts run
Pass
assert_equals("normal", "normal", "Animation produces 'from' value at start of interval")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:19:3)
Pass
assert_equals("normal", "normal", "Animation produces 'from' value just before the middle of the interval")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:22:3)
Pass
assert_equals("italic", "italic", "Animation produces 'to' value at exact middle of the interval")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:26:3)
Pass
assert_equals("italic", "italic", "Animation produces 'to' value during forwards fill")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:30:3)
PassTest discrete animation is used when interpolation fails
Asserts run
Pass
assert_equals("0px", "0px", "Animation produces 'from' value at start of interval")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:41:3)
Pass
assert_equals("0px", "0px", "Animation produces 'from' value just before the middle of the interval")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:44:3)
Pass
assert_equals("200px", "200px", "Animation produces 'to' value at exact middle of the interval")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:48:3)
Pass
assert_equals("200px", "200px", "Animation produces 'to' value during forwards fill")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:52:3)
PassTest discrete animation is used only for pairs of values that cannot be interpolated
Asserts run
Pass
assert_equals("0px", "0px", "Animation produces 'from' value at start of interval")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:69:3)
Pass
assert_equals("200px", "200px", "First non-interpolable pair uses discrete interpolation")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:72:3)
Pass
assert_equals("250px", "250px", "Second interpolable pair uses linear interpolation")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:75:3)
Pass
assert_equals("0px", "0px", "Third non-interpolable pair uses discrete interpolation")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:78:3)
Pass
assert_equals("400px", "400px", "Fourth non-interpolable pair uses discrete interpolation")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:81:3)
PassTest the 50% switch point for discrete animation is based on the effect easing
Asserts run
Pass
assert_equals("normal", "normal", "Animation produces 'from' value at start of interval")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:97:3)
Pass
assert_equals("normal", "normal", "Animation produces 'from' value at 94% of the iteration time")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:100:3)
Pass
assert_equals("italic", "italic", "Animation produces 'to' value at 96% of the iteration time")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:104:3)
PassTest the 50% switch point for discrete animation is based on the keyframe easing
Asserts run
Pass
assert_equals("normal", "normal", "Animation produces 'from' value at start of interval")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:122:3)
Pass
assert_equals("normal", "normal", "Animation produces 'from' value at 94% of the iteration time")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:125:3)
Pass
assert_equals("italic", "italic", "Animation produces 'to' value at 96% of the iteration time")
    at Test.<anonymous> ( /web-animations/animation-model/animation-types/discrete.html:129:3)