1
0
Fork 0
firefox/testing/web-platform/meta/css/css-easing/timing-functions-syntax-valid.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

17 lines
777 B
INI

[timing-functions-syntax-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[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