mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: bonus: Fix parsing of steps() function.
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
This commit is contained in:
parent
411ae84908
commit
8bbebd0514
2 changed files with 9 additions and 11 deletions
|
@ -1,8 +1,5 @@
|
|||
[transition-timing-function-001.htm]
|
||||
type: testharness
|
||||
[parse 'steps(3)']
|
||||
expected: FAIL
|
||||
|
||||
[parse 'cubic-bezier(-0.1, -0.2, -0.3, -0.4)']
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue