mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
Still doesn't work properly (this also happened with transitions). This is spec'd in: https://www.w3.org/TR/css3-transitions/#transition-timing-function
9 lines
191 B
INI
9 lines
191 B
INI
[transition-timing-function-001.htm]
|
|
type: testharness
|
|
[parse 'cubic-bezier(-0.1, -0.2, -0.3, -0.4)']
|
|
expected: FAIL
|
|
|
|
[parse 'cubic-bezier(1.1, 1.2, 1.3, 1.4)']
|
|
expected: FAIL
|
|
|