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:
Emilio Cobos Álvarez 2016-07-01 12:50:11 -07:00 committed by Emilio Cobos Álvarez
parent 411ae84908
commit 8bbebd0514
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 9 additions and 11 deletions

View file

@ -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