servo/tests/wpt/meta/css/css-mixins/dashed-function-named-arg.tentative.html.ini
Servo WPT Sync eb3c48f9d3
Update web-platform-tests to revision b'18fda923cafeb4e3e0546ffcfb2302c3b1b11f98' (#36019)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
2025-03-18 05:51:39 +00:00

27 lines
894 B
INI
Vendored

[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