mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
24 lines
803 B
INI
Vendored
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
|