Pass | reports 'idle' for an animation with an unresolved current time and no pending tasks | Asserts runPass | assert_equals(null, null, "Current time should be initially unresolved")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:17:3) | Pass | assert_equals("idle", "idle")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:20:3) |
|
Pass | reports 'paused' for an animation with a pending pause task | Asserts runPass | assert_equals("paused", "paused")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:29:3) |
|
Pass | reports 'paused' for an animation with a resolved current time and unresolved start time | Asserts runPass | assert_equals(null, null, "Start time should still be unresolved after setting current time")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:38:3) | Pass | assert_equals("paused", "paused")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:42:3) |
|
Pass | reports 'running' for an animation with a resolved start time and current time | Asserts runPass | assert_not_equals(0, null, "Current time should be resolved after setting start time")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:52:3) | Pass | assert_equals("running", "running")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:55:3) |
|
Pass | reports 'finished' when playback rate > 0 and current time = target effect end | Asserts runPass | assert_equals("finished", "finished")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:67:3) |
|
Pass | reports 'running' when playback rate = 0 and current time = target effect end | Asserts runPass | assert_equals("running", "running")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:80:3) |
|
Pass | reports 'running' when playback rate < 0 and current time = target effect end | Asserts runPass | assert_equals("running", "running")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:93:3) |
|
Pass | reports 'running' when playback rate > 0 and current time = 0 | Asserts runPass | assert_equals("running", "running")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:105:3) |
|
Pass | reports 'running' when playback rate = 0 and current time = 0 | Asserts runPass | assert_equals("running", "running")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:118:3) |
|
Pass | reports 'finished' when playback rate < 0 and current time = 0 | Asserts runPass | assert_equals("finished", "finished")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:131:3) |
|
Pass | reports 'finished' when playback rate > 0 and current time = target effect end and there is a pending play task | Asserts runPass | assert_equals(null, null, "Sanity check: start time should be unresolved")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:137:3) | Pass | assert_equals("finished", "finished")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:140:3) |
|
Pass | reports 'running' when playback rate > 0 and current time < target effect end and there is a pending play task | Asserts runPass | assert_equals(null, null, "Sanity check: start time should be unresolved")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:146:3) | Pass | assert_equals("running", "running")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:149:3) |
|
Pass | reports 'running' for a play-pending animation | Asserts runPass | assert_equals("running", "running")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:155:3) | Pass | assert_true(true)
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:156:3) |
|
Pass | reports 'paused' for a pause-pending animation | Asserts runPass | assert_equals("paused", "paused")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:162:3) | Pass | assert_true(true)
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:163:3) |
|
Pass | reports 'finished' for a finished-pending animation | Asserts runPass | assert_equals("finished", "finished")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:168:3) | Pass | assert_true(true)
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:169:3) |
|
Pass | reports the play state based on the pending playback rate | Asserts runPass | assert_equals("running", "running")
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:180:3) | Pass | assert_true(true)
at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:181:3) |
|