Summary

Harness status: OK

Found 16 tests

Details

ResultTest NameMessage
Passreports 'idle' for an animation with an unresolved current time and no pending tasks
Asserts run
Pass
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)
Passreports 'paused' for an animation with a pending pause task
Asserts run
Pass
assert_equals("paused", "paused")
    at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:29:3)
Passreports 'paused' for an animation with a resolved current time and unresolved start time
Asserts run
Pass
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)
Passreports 'running' for an animation with a resolved start time and current time
Asserts run
Pass
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)
Passreports 'finished' when playback rate > 0 and current time = target effect end
Asserts run
Pass
assert_equals("finished", "finished")
    at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:67:3)
Passreports 'running' when playback rate = 0 and current time = target effect end
Asserts run
Pass
assert_equals("running", "running")
    at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:80:3)
Passreports 'running' when playback rate < 0 and current time = target effect end
Asserts run
Pass
assert_equals("running", "running")
    at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:93:3)
Passreports 'running' when playback rate > 0 and current time = 0
Asserts run
Pass
assert_equals("running", "running")
    at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:105:3)
Passreports 'running' when playback rate = 0 and current time = 0
Asserts run
Pass
assert_equals("running", "running")
    at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:118:3)
Passreports 'finished' when playback rate < 0 and current time = 0
Asserts run
Pass
assert_equals("finished", "finished")
    at Test.<anonymous> ( /web-animations/timing-model/animations/play-states.html:131:3)
Passreports 'finished' when playback rate > 0 and current time = target effect end and there is a pending play task
Asserts run
Pass
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)
Passreports 'running' when playback rate > 0 and current time < target effect end and there is a pending play task
Asserts run
Pass
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)
Passreports 'running' for a play-pending animation
Asserts run
Pass
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)
Passreports 'paused' for a pause-pending animation
Asserts run
Pass
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)
Passreports 'finished' for a finished-pending animation
Asserts run
Pass
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)
Passreports the play state based on the pending playback rate
Asserts run
Pass
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)