Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassA value of auto can be specified for animation-duration
Asserts runNo asserts ran
Passe.style['animation-duration'] = "auto" should set the property value
Asserts run
Pass
assert_not_equals("auto", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("auto", "auto", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("auto", "auto", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty animation-duration value 'auto'
Asserts run
Pass
assert_true(true, "animation-duration doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'auto' is a supported value for animation-duration.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("0s", "0s")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("0s", "0s", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Passe.style['animation'] = "auto cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim" should set the property value
Asserts run
Pass
assert_not_equals("auto cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("auto cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim", "auto cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("auto cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim", "auto cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
PassProperty animation value 'auto cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim'
Asserts run
Pass
assert_true(true, "animation doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'auto cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim' is a supported value for animation.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("0s cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim", "0s cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("0s cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim", "0s cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /scroll-animations/css/animation-duration-auto.tentative.html:46:5)