Summary

Harness status: OK

Found 36 tests

Details

ResultTest NameMessage
Passvalues of getComputedTiming() when a KeyframeEffect is constructed without any KeyframeEffectOptions object
Asserts run
Pass
assert_equals(0, 0, "computed delay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:17:3)
Pass
assert_equals(0, 0, "computed endDelay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:18:3)
Pass
assert_equals("none", "none", "computed fill")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:19:3)
Pass
assert_equals(0, 0, "computed iterationStart")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:20:3)
Pass
assert_equals(1, 1, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:21:3)
Pass
assert_equals(0, 0, "computed duration")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:22:3)
Pass
assert_equals("normal", "normal", "computed direction")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:23:3)
Pass
assert_equals("linear", "linear", "computed easing")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:24:3)
Passvalues of getComputedTiming() when a KeyframeEffect is constructed by an empty KeyframeEffectOptions object
Asserts run
Pass
assert_equals(0, 0, "computed delay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:88:5)
Pass
assert_equals(0, 0, "computed endDelay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:90:5)
Pass
assert_equals("none", "none", "computed fill")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:92:5)
Pass
assert_equals(0, 0, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:94:5)
Pass
assert_equals(1, 1, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:96:5)
Pass
assert_equals(0, 0, "computed duration")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:98:5)
Pass
assert_equals("normal", "normal", "computed direction")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:100:5)
Pass
assert_equals("linear", "linear", "computed easing")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:102:5)
Passvalues of getComputedTiming() when a KeyframeEffect is constructed by a normal KeyframeEffectOptions object
Asserts run
Pass
assert_equals(1000, 1000, "computed delay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:88:5)
Pass
assert_equals(2000, 2000, "computed endDelay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:90:5)
Pass
assert_equals("none", "none", "computed fill")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:92:5)
Pass
assert_equals(0.5, 0.5, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:94:5)
Pass
assert_equals(5.5, 5.5, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:96:5)
Pass
assert_equals(0, 0, "computed duration")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:98:5)
Pass
assert_equals("alternate", "alternate", "computed direction")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:100:5)
Pass
assert_equals("steps(2)", "steps(2)", "computed easing")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:102:5)
Passvalues of getComputedTiming() when a KeyframeEffect is constructed by a double value
Asserts run
Pass
assert_equals(0, 0, "computed delay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:88:5)
Pass
assert_equals(0, 0, "computed endDelay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:90:5)
Pass
assert_equals("none", "none", "computed fill")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:92:5)
Pass
assert_equals(0, 0, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:94:5)
Pass
assert_equals(1, 1, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:96:5)
Pass
assert_equals(3000, 3000, "computed duration")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:98:5)
Pass
assert_equals("normal", "normal", "computed direction")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:100:5)
Pass
assert_equals("linear", "linear", "computed easing")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:102:5)
Passvalues of getComputedTiming() when a KeyframeEffect is constructed by +Infinity
Asserts run
Pass
assert_equals(0, 0, "computed delay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:88:5)
Pass
assert_equals(0, 0, "computed endDelay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:90:5)
Pass
assert_equals("none", "none", "computed fill")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:92:5)
Pass
assert_equals(0, 0, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:94:5)
Pass
assert_equals(1, 1, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:96:5)
Pass
assert_equals(Infinity, Infinity, "computed duration")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:98:5)
Pass
assert_equals("normal", "normal", "computed direction")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:100:5)
Pass
assert_equals("linear", "linear", "computed easing")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:102:5)
Passvalues of getComputedTiming() when a KeyframeEffect is constructed by an Infinity duration
Asserts run
Pass
assert_equals(0, 0, "computed delay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:88:5)
Pass
assert_equals(0, 0, "computed endDelay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:90:5)
Pass
assert_equals("none", "none", "computed fill")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:92:5)
Pass
assert_equals(0, 0, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:94:5)
Pass
assert_equals(1, 1, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:96:5)
Pass
assert_equals(Infinity, Infinity, "computed duration")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:98:5)
Pass
assert_equals("normal", "normal", "computed direction")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:100:5)
Pass
assert_equals("linear", "linear", "computed easing")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:102:5)
Passvalues of getComputedTiming() when a KeyframeEffect is constructed by an auto duration
Asserts run
Pass
assert_equals(0, 0, "computed delay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:88:5)
Pass
assert_equals(0, 0, "computed endDelay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:90:5)
Pass
assert_equals("none", "none", "computed fill")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:92:5)
Pass
assert_equals(0, 0, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:94:5)
Pass
assert_equals(1, 1, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:96:5)
Pass
assert_equals(0, 0, "computed duration")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:98:5)
Pass
assert_equals("normal", "normal", "computed direction")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:100:5)
Pass
assert_equals("linear", "linear", "computed easing")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:102:5)
Passvalues of getComputedTiming() when a KeyframeEffect is constructed by an Infinity iterations
Asserts run
Pass
assert_equals(0, 0, "computed delay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:88:5)
Pass
assert_equals(0, 0, "computed endDelay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:90:5)
Pass
assert_equals("none", "none", "computed fill")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:92:5)
Pass
assert_equals(0, 0, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:94:5)
Pass
assert_equals(Infinity, Infinity, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:96:5)
Pass
assert_equals(0, 0, "computed duration")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:98:5)
Pass
assert_equals("normal", "normal", "computed direction")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:100:5)
Pass
assert_equals("linear", "linear", "computed easing")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:102:5)
Passvalues of getComputedTiming() when a KeyframeEffect is constructed by an auto fill
Asserts run
Pass
assert_equals(0, 0, "computed delay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:88:5)
Pass
assert_equals(0, 0, "computed endDelay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:90:5)
Pass
assert_equals("none", "none", "computed fill")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:92:5)
Pass
assert_equals(0, 0, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:94:5)
Pass
assert_equals(1, 1, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:96:5)
Pass
assert_equals(0, 0, "computed duration")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:98:5)
Pass
assert_equals("normal", "normal", "computed direction")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:100:5)
Pass
assert_equals("linear", "linear", "computed easing")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:102:5)
Passvalues of getComputedTiming() when a KeyframeEffect is constructed by a forwards fill
Asserts run
Pass
assert_equals(0, 0, "computed delay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:88:5)
Pass
assert_equals(0, 0, "computed endDelay")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:90:5)
Pass
assert_equals("forwards", "forwards", "computed fill")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:92:5)
Pass
assert_equals(0, 0, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:94:5)
Pass
assert_equals(1, 1, "computed iterations")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:96:5)
Pass
assert_equals(0, 0, "computed duration")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:98:5)
Pass
assert_equals("normal", "normal", "computed direction")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:100:5)
Pass
assert_equals("linear", "linear", "computed easing")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:102:5)
PassgetComputedTiming().activeDuration for an empty KeyframeEffectOptions object
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for a non-zero duration and default iteration count
Asserts run
Pass
assert_equals(1000, 1000)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for a non-zero duration and integral iteration count
Asserts run
Pass
assert_equals(7000, 7000)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for a non-zero duration and fractional iteration count
Asserts run
Pass
assert_equals(2500, 2500)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for an non-zero duration and infinite iteration count
Asserts run
Pass
assert_equals(Infinity, Infinity)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for an non-zero duration and zero iteration count
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for a zero duration and default iteration count
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for a zero duration and fractional iteration count
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for a zero duration and infinite iteration count
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for a zero duration and zero iteration count
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for an infinite duration and default iteration count
Asserts run
Pass
assert_equals(Infinity, Infinity)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for an infinite duration and zero iteration count
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for an infinite duration and fractional iteration count
Asserts run
Pass
assert_equals(Infinity, Infinity)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().activeDuration for an infinite duration and infinite iteration count
Asserts run
Pass
assert_equals(Infinity, Infinity)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:158:5)
PassgetComputedTiming().endTime for an empty KeyframeEffectOptions object
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:208:5)
PassgetComputedTiming().endTime for a non-zero duration and default iteration count
Asserts run
Pass
assert_equals(1000, 1000)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:208:5)
PassgetComputedTiming().endTime for a non-zero duration and non-default iteration count
Asserts run
Pass
assert_equals(2500, 2500)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:208:5)
PassgetComputedTiming().endTime for a non-zero duration and non-zero delay
Asserts run
Pass
assert_equals(2500, 2500)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:208:5)
PassgetComputedTiming().endTime for a non-zero duration, non-zero delay and non-default iteration
Asserts run
Pass
assert_equals(3500, 3500)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:208:5)
PassgetComputedTiming().endTime for an infinite iteration count
Asserts run
Pass
assert_equals(Infinity, Infinity)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:208:5)
PassgetComputedTiming().endTime for an infinite duration
Asserts run
Pass
assert_equals(Infinity, Infinity)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:208:5)
PassgetComputedTiming().endTime for an infinite duration and delay
Asserts run
Pass
assert_equals(Infinity, Infinity)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:208:5)
PassgetComputedTiming().endTime for an infinite duration and negative delay
Asserts run
Pass
assert_equals(Infinity, Infinity)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:208:5)
PassgetComputedTiming().endTime for an non-zero duration and negative delay
Asserts run
Pass
assert_equals(1000, 1000)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:208:5)
PassgetComputedTiming().endTime for an non-zero duration and negative delay greater than active duration
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:208:5)
PassgetComputedTiming().endTime for a zero duration and negative delay
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/getComputedTiming.html:208:5)