Pass | Allows setting the delay to a positive number | Asserts runPass | assert_equals(100, 100, "set delay 100")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:22:3) | Pass | assert_equals(100, 100, "getComputedTiming() after set delay 100")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:23:3) |
|
Pass | Allows setting the delay to a negative number | Asserts runPass | assert_equals(-100, -100, "set delay -100")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:30:3) | Pass | assert_equals(-100, -100, "getComputedTiming() after set delay -100")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:31:3) |
|
Pass | Allows setting the delay of an animation in progress: positive delay that causes the animation to be no longer in-effect | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:38:3) | Pass | assert_equals(null, null)
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:39:3) |
|
Pass | Allows setting the delay of an animation in progress: negative delay that seeks into the active interval | Asserts runPass | assert_equals(0.5, 0.5)
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:46:3) |
|
Pass | Allows setting the delay of an animation in progress: large negative delay that causes the animation to be finished | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:53:3) | Pass | assert_equals(0, 0)
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:54:3) |
|
Pass | Throws when setting invalid delay value: NaN | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { anim.effect.updateTiming({ delay: invalid }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:61:5) |
|
Pass | Throws when setting invalid delay value: Infinity | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { anim.effect.updateTiming({ delay: invalid }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:61:5) |
|
Pass | Throws when setting invalid delay value: -Infinity | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { anim.effect.updateTiming({ delay: invalid }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:61:5) |
|
Pass | Allows setting the endDelay to a positive number | Asserts runPass | assert_approx_equals(123.45, 123.45, 0.0005, "set endDelay 123.45")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_approx_equals(123.45, 123.45, 0.0005, "getComputedTiming() after set endDelay 123.45")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) |
|
Pass | Allows setting the endDelay to a negative number | Asserts runPass | assert_equals(-1000, -1000, "set endDelay -1000")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:84:3) | Pass | assert_equals(-1000, -1000, "getComputedTiming() after set endDelay -1000")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:85:3) |
|
Pass | Throws when setting the endDelay to infinity | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { anim.effect.updateTiming({ endDelay: Infinity }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:91:3) |
|
Pass | Throws when setting the endDelay to negative infinity | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { anim.effect.updateTiming({ endDelay: -Infinity }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:98:3) |
|
Pass | Allows setting the fill to 'none' | Asserts runPass | assert_equals("none", "none", "set fill none")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:112:5) | Pass | assert_equals("none", "none", "getComputedTiming() after set fill none")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:113:5) |
|
Pass | Allows setting the fill to 'forwards' | Asserts runPass | assert_equals("forwards", "forwards", "set fill forwards")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:112:5) | Pass | assert_equals("forwards", "forwards", "getComputedTiming() after set fill forwards")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:113:5) |
|
Pass | Allows setting the fill to 'backwards' | Asserts runPass | assert_equals("backwards", "backwards", "set fill backwards")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:112:5) | Pass | assert_equals("backwards", "backwards", "getComputedTiming() after set fill backwards")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:113:5) |
|
Pass | Allows setting the fill to 'both' | Asserts runPass | assert_equals("both", "both", "set fill both")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:112:5) | Pass | assert_equals("both", "both", "getComputedTiming() after set fill both")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:113:5) |
|
Pass | Allows setting the iterationStart of an animation in progress: backwards-filling | Asserts runPass | assert_approx_equals(0.5, 0.5, 0.0005, undefined)
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_equals(2, 2)
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:132:3) |
|
Pass | Allows setting the iterationStart of an animation in progress: active phase | Asserts runPass | assert_approx_equals(0.5, 0.5, 0.0005, undefined)
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_equals(2, 2)
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:145:3) |
|
Pass | Allows setting the iterationStart of an animation in progress: forwards-filling | Asserts runPass | assert_approx_equals(0.5, 0.5, 0.0005, undefined)
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_equals(3, 3)
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:159:3) |
|
Pass | Throws when setting invalid iterationStart value: -1 | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { anim.effect.updateTiming({ iterationStart: invalid }); }", "setting -1")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:166:5) |
|
Pass | Throws when setting invalid iterationStart value: NaN | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { anim.effect.updateTiming({ iterationStart: invalid }); }", "setting NaN")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:166:5) |
|
Pass | Throws when setting invalid iterationStart value: Infinity | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { anim.effect.updateTiming({ iterationStart: invalid }); }", "setting Infinity")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:166:5) |
|
Pass | Throws when setting invalid iterationStart value: -Infinity | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { anim.effect.updateTiming({ iterationStart: invalid }); }", "setting -Infinity")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:166:5) |
|
Pass | Allows setting iterations to a double value | Asserts runPass | assert_equals(2, 2, "set duration 2")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:179:3) | Pass | assert_equals(2, 2, "getComputedTiming() after set iterations 2")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:180:3) |
|
Pass | Allows setting iterations to infinity | Asserts runPass | assert_equals(Infinity, Infinity, "set duration Infinity")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:187:3) | Pass | assert_equals(Infinity, Infinity, "getComputedTiming() after set iterations Infinity")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:189:3) |
|
Pass | Throws when setting invalid iterations value: -1 | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { anim.effect.updateTiming({ iterations: invalid }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:196:5) |
|
Pass | Throws when setting invalid iterations value: -Infinity | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { anim.effect.updateTiming({ iterations: invalid }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:196:5) |
|
Pass | Throws when setting invalid iterations value: NaN | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { anim.effect.updateTiming({ iterations: invalid }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:196:5) |
|
Pass | Allows setting the iterations of an animation in progress | Asserts runPass | assert_equals(1, 1, "progress when animation is finished")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:207:3) | Pass | assert_equals(0, 0, "current iteration when animation is finished")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:209:3) | Pass | assert_approx_equals(0, 0, 0.0005, "progress after adding an iteration")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_approx_equals(1, 1, 0.0005, "current iteration after adding an iteration")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_equals(0, 0, "progress after setting iterations to zero")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:223:3) | Pass | assert_equals(0, 0, "current iteration after setting iterations to zero")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:225:3) | Pass | assert_equals(0, 0, "progress after setting iterations to Infinity")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:230:3) | Pass | assert_equals(1, 1, "current iteration after setting iterations to Infinity")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:232:3) |
|
Pass | Allows setting the duration to 123.45 | Asserts runPass | assert_approx_equals(123.45, 123.45, 0.0005, "Updates specified duration")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_approx_equals(123.45, 123.45, 0.0005, "Updates computed duration")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) |
|
Pass | Allows setting the duration to auto | Asserts runPass | assert_equals("auto", "auto", "Updates specified duration")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:250:7) | Pass | assert_approx_equals(0, 0, 0.0005, "Updates computed duration")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) |
|
Pass | Allows setting the duration to Infinity | Asserts runPass | assert_equals(Infinity, Infinity, "Updates specified duration")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:32:7) | Pass | assert_equals(Infinity, Infinity, "Updates computed duration")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:32:7) |
|
Pass | Throws when setting invalid duration: -1 | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { createDiv(t).animate(null, { duration: invalid }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:261:5) |
|
Pass | Throws when setting invalid duration: NaN | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { createDiv(t).animate(null, { duration: invalid }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:261:5) |
|
Pass | Throws when setting invalid duration: -Infinity | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { createDiv(t).animate(null, { duration: invalid }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:261:5) |
|
Pass | Throws when setting invalid duration: "abc" | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { createDiv(t).animate(null, { duration: invalid }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:261:5) |
|
Pass | Throws when setting invalid duration: "100" | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { createDiv(t).animate(null, { duration: invalid }); }")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:261:5) |
|
Pass | Allows setting the duration of an animation in progress | Asserts runPass | assert_equals(1, 1, "progress when animation is finished")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:271:3) | Pass | assert_approx_equals(0.5, 0.5, 0.0005, "progress after doubling the duration")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_equals(1, 1, "progress after setting duration to zero")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:277:3) | Pass | assert_equals(1, 1, "progress after setting duration to 'auto'")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:280:3) |
|
Pass | Allows setting the duration of an animation in progress such that the the start and current time do not change | Asserts runPass | assert_approx_equals(100000, 100000, 0.0005, "Initial duration should be as set on KeyframeEffect")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_approx_equals(200000, 200000, 0.0005, "Effect duration should have been updated")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_approx_equals(224.1, 224.1, 0.001, "startTime should be unaffected by changing effect duration")
at window.assert_times_equal ( /web-animations/testcommon.js:14:5) | Pass | assert_approx_equals(33.332, 33.332, 0.001, "currentTime should be unaffected by changing effect duration")
at window.assert_times_equal ( /web-animations/testcommon.js:14:5) |
|
Pass | Allows setting the direction to each of the possible keywords | Asserts runPass | assert_equals("normal", "normal", "set direction to normal")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:322:5) | Pass | assert_equals("reverse", "reverse", "set direction to reverse")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:322:5) | Pass | assert_equals("alternate", "alternate", "set direction to alternate")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:322:5) | Pass | assert_equals("alternate-reverse", "alternate-reverse", "set direction to alternate-reverse")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:322:5) |
|
Pass | Allows setting the direction of an animation in progress from 'normal' to 'reverse' | Asserts runPass | assert_approx_equals(0.7, 0.7, 0.0005, "progress before updating direction")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_approx_equals(0.30000000000000004, 0.3, 0.0005, "progress after updating direction")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) |
|
Pass | Allows setting the direction of an animation in progress from 'normal' to 'reverse' while at start of active interval | Asserts runPass | assert_equals(0, 0, "progress before updating direction")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:346:3) | Pass | assert_equals(1, 1, "progress after updating direction")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:351:3) |
|
Pass | Allows setting the direction of an animation in progress from 'normal' to 'reverse' while filling backwards | Asserts runPass | assert_equals(0, 0, "progress before updating direction")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:362:3) | Pass | assert_equals(1, 1, "progress after updating direction")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:367:3) |
|
Pass | Allows setting the direction of an animation in progress from 'normal' to 'alternate' | Asserts runPass | assert_approx_equals(0.7, 0.7, 0.0005, "progress before updating direction")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_approx_equals(0.30000000000000004, 0.3, 0.0005, "progress after updating direction")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) |
|
Pass | Allows setting the direction of an animation in progress from 'alternate' to 'alternate-reverse' | Asserts runPass | assert_approx_equals(0.30000000000000004, 0.3, 0.0005, "progress before updating direction")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) | Pass | assert_approx_equals(0.7, 0.7, 0.0005, "progress after updating direction")
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) |
|
Pass | Allows setting the easing to a step-start function | Asserts runPass | assert_equals("steps(1, start)", "steps(1, start)")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a steps(1, start) function | Asserts runPass | assert_equals("steps(1, start)", "steps(1, start)")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a steps(2, start) function | Asserts runPass | assert_equals("steps(2, start)", "steps(2, start)")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(0.5, 0.5, 0.01, "The progress of the animation should be approximately 0.5 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.5, 0.5, 0.01, "The progress of the animation should be approximately 0.5 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a step-end function | Asserts runPass | assert_equals("steps(1)", "steps(1)")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a steps(1) function | Asserts runPass | assert_equals("steps(1)", "steps(1)")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a steps(1, end) function | Asserts runPass | assert_equals("steps(1)", "steps(1)")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a steps(2, end) function | Asserts runPass | assert_equals("steps(2)", "steps(2)")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.5, 0.5, 0.01, "The progress of the animation should be approximately 0.5 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.5, 0.5, 0.01, "The progress of the animation should be approximately 0.5 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a linear function | Asserts runPass | assert_equals("linear", "linear")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.25, 0.24999999941323264, 0.01, "The progress of the animation should be approximately 0.24999999941323264 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.5, 0.5000000006984919, 0.01, "The progress of the animation should be approximately 0.5000000006984919 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.75, 0.7500000005867673, 0.01, "The progress of the animation should be approximately 0.7500000005867673 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a ease function | Asserts runPass | assert_equals("ease", "ease")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.4085105913555371, 0.40851059137130497, 0.01, "The progress of the animation should be approximately 0.40851059137130497 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.8024033910598437, 0.8024033877399112, 0.01, "The progress of the animation should be approximately 0.8024033877399112 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.9604589783649767, 0.9604589783540816, 0.01, "The progress of the animation should be approximately 0.9604589783540816 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a ease-in function | Asserts runPass | assert_equals("ease-in", "ease-in")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.0934646510311063, 0.09346465078656778, 0.01, "The progress of the animation should be approximately 0.09346465078656778 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.31535673426536154, 0.3153568125595917, 0.01, "The progress of the animation should be approximately 0.3153568125595917 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.621861869174206, 0.6218618686449129, 0.01, "The progress of the animation should be approximately 0.6218618686449129 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a ease-in-out function | Asserts runPass | assert_equals("ease-in-out", "ease-in-out")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.129161931047288, 0.129161930735705, 0.01, "The progress of the animation should be approximately 0.129161930735705 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.5, 0.5000000006984919, 0.01, "The progress of the animation should be approximately 0.5000000006984919 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.8708380689527122, 0.870838069264295, 0.01, "The progress of the animation should be approximately 0.870838069264295 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a ease-out function | Asserts runPass | assert_equals("ease-out", "ease-out")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.378138130825794, 0.37813813135508706, 0.01, "The progress of the animation should be approximately 0.37813813135508706 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.6846432657346383, 0.6846431874404083, 0.01, "The progress of the animation should be approximately 0.6846431874404083 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(0.9065353489688935, 0.9065353492134323, 0.01, "The progress of the animation should be approximately 0.9065353492134323 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a easing function which produces values greater than 1 | Asserts runPass | assert_equals("cubic-bezier(0, 1.5, 1, 1.5)", "cubic-bezier(0, 1.5, 1, 1.5)")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(0, 0, 0.01, "The progress of the animation should be approximately 0 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1.0240666646816106, 1.0240666638411384, 0.01, "The progress of the animation should be approximately 1.0240666638411384 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1.25, 1.250000000349246, 0.01, "The progress of the animation should be approximately 1.250000000349246 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1.2950111976795946, 1.2950111975896563, 0.01, "The progress of the animation should be approximately 1.2950111975896563 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Allows setting the easing to a easing function which produces values less than 1 | Asserts runPass | assert_equals("cubic-bezier(0, -0.5, 1, -0.5)", "cubic-bezier(0, -0.5, 1, -0.5)")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:426:5) | Pass | assert_approx_equals(-0, 0, 0.01, "The progress of the animation should be approximately 0 at 0ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(-0.29501119767959444, -0.29501119758965655, 0.01, "The progress of the animation should be approximately -0.29501119758965655 at 250000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(-0.25, -0.24999999965075403, 0.01, "The progress of the animation should be approximately -0.24999999965075403 at 500000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(-0.024066664681610516, -0.02406666384113848, 0.01, "The progress of the animation should be approximately -0.02406666384113848 at 750000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) | Pass | assert_approx_equals(1, 1, 0.01, "The progress of the animation should be approximately 1 at 1000000ms")
at assert_progress ( /web-animations/interfaces/AnimationEffect/updateTiming.html:412:3) |
|
Pass | Updates the specified value when setting the easing to 'ease' | Asserts runPass | assert_equals("ease", "ease")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:442:5) |
|
Pass | Updates the specified value when setting the easing to 'linear' | Asserts runPass | assert_equals("linear", "linear")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:442:5) |
|
Pass | Updates the specified value when setting the easing to 'ease-in' | Asserts runPass | assert_equals("ease-in", "ease-in")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:442:5) |
|
Pass | Updates the specified value when setting the easing to 'ease-out' | Asserts runPass | assert_equals("ease-out", "ease-out")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:442:5) |
|
Pass | Updates the specified value when setting the easing to 'ease-in-out' | Asserts runPass | assert_equals("ease-in-out", "ease-in-out")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:442:5) |
|
Pass | Updates the specified value when setting the easing to 'cubic-bezier(0.1, 5, 0.23, 0)' | Asserts runPass | assert_equals("cubic-bezier(0.1, 5, 0.23, 0)", "cubic-bezier(0.1, 5, 0.23, 0)")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:442:5) |
|
Pass | Updates the specified value when setting the easing to 'steps(3, start)' | Asserts runPass | assert_equals("steps(3, start)", "steps(3, start)")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:442:5) |
|
Pass | Updates the specified value when setting the easing to 'steps(3)' | Asserts runPass | assert_equals("steps(3)", "steps(3)")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:442:5) |
|
Pass | Allows setting the easing of an animation in progress | Asserts runPass | assert_equals(0, 0, "easing replace to steps(2, end) at before phase")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:457:3) | Pass | assert_equals(0.5, 0.5, "change currentTime to active phase")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:461:3) | Pass | assert_equals(1, 1, "easing replace to steps(2, start) at active phase")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:465:3) | Pass | assert_equals(1, 1, "easing replace to steps(2, end) again at after phase")
at Test.<anonymous> ( /web-animations/interfaces/AnimationEffect/updateTiming.html:470:3) |
|