Pass | Property animation-timing-function value 'linear' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'linear' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("linear", "linear")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property animation-timing-function value 'ease' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'ease' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("ease", "ease")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property animation-timing-function value 'ease-in' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'ease-in' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("ease-in", "ease-in")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property animation-timing-function value 'ease-out' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'ease-out' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("ease-out", "ease-out")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property animation-timing-function value 'ease-in-out' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'ease-in-out' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("ease-in-out", "ease-in-out")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property animation-timing-function value 'cubic-bezier(0.1, 0.2, 0.8, 0.9)' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'cubic-bezier(0.1, 0.2, 0.8, 0.9)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("cubic-bezier(0.1, 0.2, 0.8, 0.9)", "cubic-bezier(0.1, 0.2, 0.8, 0.9)")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property animation-timing-function value 'cubic-bezier(0, -2, 1, 3)' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'cubic-bezier(0, -2, 1, 3)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("cubic-bezier(0, -2, 1, 3)", "cubic-bezier(0, -2, 1, 3)")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property animation-timing-function value 'cubic-bezier(0, 0.7, 1, 1.3)' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'cubic-bezier(0, 0.7, 1, 1.3)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("cubic-bezier(0, 0.7, 1, 1.3)", "cubic-bezier(0, 0.7, 1, 1.3)")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Fail | Property animation-timing-function value 'cubic-bezier(calc(-2), calc(0.7 / 2), calc(1.5), calc(0))' | assert_true: 'cubic-bezier(calc(-2), calc(0.7 / 2), calc(1.5), calc(0))' is a supported value for animation-timing-function. expected true got false at Test.<anonymous> (https://www1.wpt.live/css/support/computed-testcommon.js:25:5)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at test_computed_value (https://www1.wpt.live/css/support/computed-testcommon.js:22:3)
at https://www1.wpt.live/css/css-easing/timing-functions-syntax-computed.html:24:1 Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Fail | assert_true(false, "'cubic-bezier(calc(-2), calc(0.7 / 2), calc(1.5), calc(0))' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) |
|
Pass | Property animation-timing-function value 'steps(4, start)' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'steps(4, start)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("steps(4, start)", "steps(4, start)")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property animation-timing-function value 'steps(2, end)' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'steps(2, end)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("steps(2)", "steps(2)")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) | Pass | assert_equals("steps(2)", "steps(2)", "computed value should round-trip")
at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7) |
|
Pass | Property animation-timing-function value 'steps( 2, end )' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'steps( 2, end )' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("steps(2)", "steps(2)")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) | Pass | assert_equals("steps(2)", "steps(2)", "computed value should round-trip")
at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7) |
|
Pass | Property animation-timing-function value 'steps(2, jump-start)' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'steps(2, jump-start)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("steps(2, jump-start)", "steps(2, jump-start)")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property animation-timing-function value 'steps(2, jump-end)' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'steps(2, jump-end)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("steps(2)", "steps(2)")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) | Pass | assert_equals("steps(2)", "steps(2)", "computed value should round-trip")
at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7) |
|
Pass | Property animation-timing-function value 'steps(2, jump-both)' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'steps(2, jump-both)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("steps(2, jump-both)", "steps(2, jump-both)")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property animation-timing-function value 'steps(2, jump-none)' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'steps(2, jump-none)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("steps(2, jump-none)", "steps(2, jump-none)")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property animation-timing-function value 'steps(calc(-10), start)' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'steps(calc(-10), start)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("steps(1, start)", "steps(1, start)")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) | Pass | assert_equals("steps(1, start)", "steps(1, start)", "computed value should round-trip")
at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7) |
|
Pass | Property animation-timing-function value 'steps(calc(5 / 2), start)' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'steps(calc(5 / 2), start)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("steps(3, start)", "steps(3, start)")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) | Pass | assert_equals("steps(3, start)", "steps(3, start)", "computed value should round-trip")
at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7) |
|
Fail | Property animation-timing-function value 'steps(calc(1), jump-none)' | assert_true: 'steps(calc(1), jump-none)' is a supported value for animation-timing-function. expected true got false at Test.<anonymous> (https://www1.wpt.live/css/support/computed-testcommon.js:25:5)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at test_computed_value (https://www1.wpt.live/css/support/computed-testcommon.js:22:3)
at https://www1.wpt.live/css/css-easing/timing-functions-syntax-computed.html:35:1 Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Fail | assert_true(false, "'steps(calc(1), jump-none)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) |
|
Pass | Property animation-timing-function value 'linear, ease, linear' | Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'linear, ease, linear' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("linear, ease, linear", "linear, ease, linear")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Fail | Property animation-timing-function value 'steps(calc(2 + sign(100em - 1px)), end)' | assert_true: 'steps(calc(2 + sign(100em - 1px)), end)' is a supported value for animation-timing-function. expected true got false at Test.<anonymous> (https://www1.wpt.live/css/support/computed-testcommon.js:25:5)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at test_computed_value (https://www1.wpt.live/css/support/computed-testcommon.js:22:3)
at https://www1.wpt.live/css/css-easing/timing-functions-syntax-computed.html:39:1 Asserts runPass | assert_true(true, "animation-timing-function doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Fail | assert_true(false, "'steps(calc(2 + sign(100em - 1px)), end)' is a supported value for animation-timing-function.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) |
|