servo/tests/wpt/meta/css/css-easing/timing-functions-syntax-computed.html.ini
Servo WPT Sync a284bbd29d
Update web-platform-tests to revision b'1a5b13545ae58e468ed11e4c21912a3faf3355ea' (#35384)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
2025-02-09 01:38:02 +00:00

24 lines
803 B
INI
Vendored

[timing-functions-syntax-computed.html]
[Property animation-timing-function value 'steps(2, jump-start)']
expected: FAIL
[Property animation-timing-function value 'steps(2, jump-end)']
expected: FAIL
[Property animation-timing-function value 'steps(2, jump-both)']
expected: FAIL
[Property animation-timing-function value 'steps(2, jump-none)']
expected: FAIL
[Property animation-timing-function value 'steps(calc(2 + sign(100em - 1px)), end)']
expected: FAIL
[Property animation-timing-function value 'cubic-bezier(calc(-2), calc(0.7 / 2), calc(1.5), calc(0))']
expected: FAIL
[Property animation-timing-function value 'steps(calc(-10), start)']
expected: FAIL
[Property animation-timing-function value 'steps(calc(1), jump-none)']
expected: FAIL