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

57 lines
1.8 KiB
INI

[dashed-function-parsing.html]
[e.style['top'\] = "--func()" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(auto)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(100px)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(#fff)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(auto, 100px, #fff)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(auto ,100px ,#fff)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(auto , 100px , #fff)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(auto,100px,#fff)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(\\"thing\\")" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(--bar(), --baz(--fez()))" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({1}, 2)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({ 1}, 2)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({1 }, 2)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({ 1 }, 2)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({1},{2})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({1, 2, 3},{4})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({,},{4})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({{}},{4})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({[\]},{4})" should set the property value]
expected: FAIL