Pass | A value of auto can be specified for animation-duration | Asserts runNo asserts ran |
Pass | e.style['animation-duration'] = "auto" should set the property value | Asserts runPass | 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) |
|
Pass | Property animation-duration value 'auto' | Asserts runPass | 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) |
|
Pass | e.style['animation'] = "auto cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim" should set the property value | Asserts runPass | 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) |
|
Pass | Property animation value 'auto cubic-bezier(0, -2, 1, 3) -3s 4 reverse both paused anim' | Asserts runPass | 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) |
|