1
0
Fork 0
firefox/testing/web-platform/meta/css/css-mixins/dashed-function-named-arg.tentative.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

27 lines
894 B
INI

[dashed-function-named-arg.tentative.html]
[e.style['top'\] = "--func(myident)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(--myident)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(--)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(50px --myident:)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({--myident:})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({ --myident:})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({--myident :})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({--myident: })" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(10px, { --myident : })" should set the property value]
expected: FAIL