Fail | Setting the start time to an absolute time value throws exception | assert_throws_js: function "() => {
animation.startTime = CSSNumericValue.parse("300");
}" threw object "NotSupportedError: Failed to set the 'startTime' property on 'Animation': Invalid startTime. CSSNumericValue must be a percentage for progress based animations." ("NotSupportedError") expected instance of function "function TypeError() { [native code] }" ("TypeError") at Test.<anonymous> (https://wpt.live/scroll-animations/scroll-timelines/setting-start-time.html:29:3)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at https://wpt.live/resources/testharness.js:738:36
at new Promise (<anonymous>) Asserts runFail | assert_throws_js(function "function TypeError() { [native code] }", function "() => { animation.startTime = CSSNumericValue.parse("300"); }")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:29:3) |
|
Pass | Setting the start time clears the hold time | Asserts runPass | assert_equals(null, null, "The start time stays unresolved")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:55:3) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"The current time is calculated from the hold time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"The current time is calculated from the hold time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(30, 30, 0.125, "values do not match for \"The current time is calculated from the hold time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(0, 0, 0.125, "values do not match for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"The current time is calculated from the start time, not the hold time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"The current time is calculated from the start time, not the hold time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(20, 20, 0.125, "values do not match for \"The current time is calculated from the start time, not the hold time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_equals("running", "running", "Animation reports it is running after setting a resolved start time")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:67:3) |
|
Pass | Setting the start time clears the hold time when the timeline is inactive | Asserts runPass | assert_equals(null, null, "Sanity check the timeline is inactive")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:80:3) | Pass | assert_equals(null, null, "The start time stays unresolved")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:89:3) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"The current time is calculated from the hold time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"The current time is calculated from the hold time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(30, 30, 0.125, "values do not match for \"The current time is calculated from the hold time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(0, 0, 0.125, "values do not match for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_equals(null, null, "The current time is calculated from the start time, not the hold time")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:97:3) | Pass | assert_equals("running", "running", "Animation reports it is running after setting a resolved start time")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:101:3) |
|
Pass | Setting an unresolved start time sets the hold time | Asserts runPass | assert_equals("running", "running")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:119:3) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(5, 5, 0.125, "values do not match for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"Current time is resolved for a running animation\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"Current time is resolved for a running animation\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(15.000000000000002, 15, 0.125, "values do not match for \"Current time is resolved for a running animation\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_equals(null, null, "The start time is set to the requested value")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:127:3) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"Hold time is set after start time is made unresolved\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"Hold time is set after start time is made unresolved\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(15.000000000000002, 15, 0.125, "values do not match for \"Hold time is set after start time is made unresolved\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_equals("paused", "paused", "Animation reports it is paused after setting an unresolved start time")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:131:3) |
|
Pass | Setting an unresolved start time sets the hold time to unresolved when the timeline is inactive | Asserts runPass | assert_equals(null, null, "Sanity check the timeline is inactive")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:144:3) | Pass | assert_equals("running", "running")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:150:3) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(5, 5, 0.125, "values do not match for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_equals(null, null, "Current time is unresolved for a running animation when the timeline is inactive")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:153:3) | Pass | assert_equals(null, null, "The start time is set to the requested value")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:159:3) | Pass | assert_equals(null, null, "Hold time is set to unresolved after start time is made unresolved")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:161:3) | Pass | assert_equals("idle", "idle", "Animation reports it is idle after setting an unresolved start time")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:164:3) |
|
Pass | Setting the start time resolves a pending ready promise | Asserts runPass | assert_true(true, "Animation is in play-pending state")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:184:3) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(10, 10, 0.125, "values do not match for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_false(false, "Ready promise callback is not called synchronously")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:192:3) | Pass | assert_true(true, "Ready promise callback called after setting startTime")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:198:3) |
|
Pass | Setting the start time resolves a pending ready promise when the timelineis inactive | Asserts runPass | assert_equals(null, null, "Sanity check the timeline is inactive")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:210:3) | Pass | assert_true(true, "Animation is in play-pending state")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:220:3) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(10, 10, 0.125, "values do not match for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_false(false, "Ready promise callback is not called synchronously")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:228:3) | Pass | assert_true(true, "Ready promise callback called after setting startTime")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:234:3) |
|
Pass | Setting an unresolved start time on a play-pending animation makes it idle | Asserts runPass | assert_true(true, "Animation is pending")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:250:3) | Pass | assert_equals("running", "running", "Animation is play-pending")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:251:3) | Pass | assert_equals(null, null, "Start time is unresolved")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:252:3) | Pass | assert_false(false, "Animation is no longer pending")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:256:3) | Pass | assert_equals("idle", "idle", "Animation is idle")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:257:3) |
|
Pass | Setting the start time updates the finished state | Asserts runPass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(-110.00000000000001, -110, 0.125, "values do not match for \"The start time is set to the requested value\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_equals("finished", "finished", "Seeked to finished state using the startTime")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:271:3) | Pass | assert_greater_than(110.00000000000001, 100, "Setting the start time updated the finished state with the 'did seek' flag set to true")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:276:3) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"Current time does not change after seeking past the effect end time by setting the current time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"Current time does not change after seeking past the effect end time by setting the current time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_equals("percent", "percent", "'expected' unit type must be 'percent' for \"Current time does not change after seeking past the effect end time by setting the current time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:125:5) | Pass | assert_approx_equals(110.00000000000001, 110.00000000000001, 0.125, "values do not match for \"Current time does not change after seeking past the effect end time by setting the current time\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:127:5) |
|
Pass | Setting the start time on a running animation updates the play state | Asserts runPass | assert_equals("running", "running")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:295:3) | Pass | assert_equals("finished", "finished")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:300:3) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(110.00000000000001, 110, 0.125, "values do not match for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) |
|
Pass | Setting the start time on a reverse running animation updates the play state | Asserts runPass | assert_equals("finished", "finished", "Animation is finished")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:313:3) | Pass | assert_equals("running", "running", "Animation is running")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:315:3) | Pass | assert_equals("finished", "finished", "Animation is finished")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:317:3) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(-200, -200, 0.125, "values do not match for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) |
|
Pass | Setting the start time resolves a pending pause task | Asserts runPass | assert_true(true, "Animation is in pause-pending state")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:329:3) | Pass | assert_false(false, "Ready promise callback is not called synchronously")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:335:3) | Pass | assert_true(true, "Ready promise callback called after setting startTime")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:339:3) |
|
Pass | Setting the start time of a play-pending animation applies a pending playback rate | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:351:3) | Pass | assert_equals("running", "running")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:352:3) | Pass | assert_equals(1, 1)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:356:3) | Pass | assert_true(true)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:357:3) | Pass | assert_equals(2, 2)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:362:3) | Pass | assert_false(false)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:363:3) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(-2500, -2500, 0.125, "values do not match for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(5000, 5000, 0.125, "values do not match for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) |
|
Pass | Setting the start time of a playing animation applies a pending playback rate | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:379:3) | Pass | assert_equals("running", "running")
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:380:3) | Pass | assert_equals(1, 1)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:384:3) | Pass | assert_true(true)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:385:3) | Pass | assert_equals(2, 2)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:390:3) | Pass | assert_false(false)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/setting-start-time.html:391:3) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(-25, -25, 0.125, "values do not match for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) | Pass | assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3) | Pass | assert_true(true, "'actual' must be of type CSSNumberish for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3) | Pass | assert_approx_equals(50, 50, 0.125, "values do not match for \"undefined\"")
at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5) |
|