Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassA new CSS animation is initially play-pending
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /css/css-animations/CSSAnimation-playState.tentative.html:19:3)
Pass
assert_equals("running", "running")
    at Test.<anonymous> ( /css/css-animations/CSSAnimation-playState.tentative.html:20:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /css/css-animations/CSSAnimation-playState.tentative.html:21:3)
PassAnimation returns correct playState when paused
Asserts run
Pass
assert_equals("paused", "paused")
    at Test.<anonymous> ( /css/css-animations/CSSAnimation-playState.tentative.html:27:3)
PassAnimation.playState updates when paused by script
Asserts run
Pass
assert_equals("paused", "paused")
    at Test.<anonymous> ( /css/css-animations/CSSAnimation-playState.tentative.html:34:3)
PassAnimation.playState updates when resumed by setting style
Asserts run
Pass
assert_equals("running", "running", "Animation.playState reports running after updating animation-play-state (got: running)")
    at Test.<anonymous> ( /css/css-animations/CSSAnimation-playState.tentative.html:43:3)
PassAnimation returns correct playState when canceled
Asserts run
Pass
assert_equals("idle", "idle")
    at Test.<anonymous> ( /css/css-animations/CSSAnimation-playState.tentative.html:52:3)