mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01: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
8 lines
191 B
INI
8 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
|
|
|