mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02: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:
committed by
Emilio Cobos Álvarez
parent
411ae84908
commit
8bbebd0514
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user