Add rejection of out-of-range values for single-timing-functions

This commit is contained in:
Dawing Cho 2017-02-14 01:55:10 +00:00
parent d44bf6182f
commit 8f4282ef76
4 changed files with 46 additions and 8 deletions

View file

@ -1,8 +0,0 @@
[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