WPT
wpt / css / css-easing / timing-functions-syntax-invalid.html
Spec: CSS Easing Functions ↗
Runs: Chrome 155.0.8042.0 (wpt@a1ecd0c09, 2026-09-04) | Firefox 157.0a1 (wpt@e23cee339, 2026-09-04) | Safari 251 preview (wpt@e7122b73f, 2026-09-04) | Ladybird 1.0-52f0f (wpt@0588f3896, 2026-09-04) | Servo Servo 0.6 (wpt@2c385f65e, 2026-09-04) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 13/13 | 13/13 | 13/13 | 13/13 | 13/13 | 13/13 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| e.style['animation-timing-function'] = "auto" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['animation-timing-function'] = "ease-in ease-out" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['animation-timing-function'] = "cubic-bezier(1, 2, 3)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['animation-timing-function'] = "cubic-bezier(1, 2, 3, infinite)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['animation-timing-function'] = "cubic-bezier(1, 2, 3, 4, 5)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['animation-timing-function'] = "cubic-bezier(-0.1, 0.1, 0.5, 0.9)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['animation-timing-function'] = "cubic-bezier(0.5, 0.1, 1.1, 0.9)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['animation-timing-function'] = "initial, cubic-bezier(0, -2, 1, 3)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['animation-timing-function'] = "cubic-bezier(0, -2, 1, 3), initial" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['animation-timing-function'] = "steps(1, jump-none)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['animation-timing-function'] = "steps(-100, jump-none)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['animation-timing-function'] = "steps(0, start)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['animation-timing-function'] = "steps(-100, start)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |