mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
This continues #36835 Changelog: - Upstream:ca369cbc83...7e2201c32c
- Servo fixups:f387e6396c...2e1f66b068
Stylo tracking issue: https://github.com/servo/stylo/issues/200 --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com>
27 lines
1.1 KiB
INI
Vendored
27 lines
1.1 KiB
INI
Vendored
[timing-functions-syntax-valid.html]
|
|
[e.style['animation-timing-function'\] = "steps(2, jump-start)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation-timing-function'\] = "steps(2, jump-end)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation-timing-function'\] = "steps(2, jump-both)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation-timing-function'\] = "steps(2, jump-none)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation-timing-function'\] = "steps(calc(2 + sign(100em - 1px)))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation-timing-function'\] = "cubic-bezier(calc(-2), calc(0.7 / 2), calc(1.5), calc(0))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation-timing-function'\] = "steps(calc(-10), start)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation-timing-function'\] = "steps(calc(1), jump-none)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation-timing-function'\] = "cubic-bezier(0, sibling-index(), 1, sign(2em - 20px))" should set the property value]
|
|
expected: FAIL
|