Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-easing/timing-functions-syntax-computed.txt
Callum Law 030e6d7c9b LibWeb: Parse animation-* properties as comma separated lists
We are yet to actually support having more than one value but this gets
us closer and gains us some WPT tests in the process.
2025-09-24 11:58:20 +01:00

27 lines
1.5 KiB
Plaintext

Harness status: OK
Found 21 tests
20 Pass
1 Fail
Pass Property animation-timing-function value 'linear'
Pass Property animation-timing-function value 'ease'
Pass Property animation-timing-function value 'ease-in'
Pass Property animation-timing-function value 'ease-out'
Pass Property animation-timing-function value 'ease-in-out'
Pass Property animation-timing-function value 'cubic-bezier(0.1, 0.2, 0.8, 0.9)'
Pass Property animation-timing-function value 'cubic-bezier(0, -2, 1, 3)'
Pass Property animation-timing-function value 'cubic-bezier(0, 0.7, 1, 1.3)'
Pass Property animation-timing-function value 'cubic-bezier(calc(-2), calc(0.7 / 2), calc(1.5), calc(0))'
Pass Property animation-timing-function value 'steps(4, start)'
Pass Property animation-timing-function value 'steps(2, end)'
Pass Property animation-timing-function value 'steps( 2, end )'
Pass Property animation-timing-function value 'steps(2, jump-start)'
Pass Property animation-timing-function value 'steps(2, jump-end)'
Pass Property animation-timing-function value 'steps(2, jump-both)'
Pass Property animation-timing-function value 'steps(2, jump-none)'
Pass Property animation-timing-function value 'steps(calc(-10), start)'
Pass Property animation-timing-function value 'steps(calc(5 / 2), start)'
Pass Property animation-timing-function value 'steps(calc(1), jump-none)'
Pass Property animation-timing-function value 'linear, ease, linear'
Fail Property animation-timing-function value 'steps(calc(2 + sign(100em - 1px)), end)'