servo/tests/wpt/meta/css/css-values/ident-function-parsing.html.ini
Simon Wülker 2af1225e4f
Forward manager_number to NullBrowser constructor (#37125)
Testing: No tests, if `test-wpt` broke again then we would notice pretty
quickly.
Fixes: https://github.com/servo/servo/issues/37124

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-05-25 15:12:55 +00:00

39 lines
1.4 KiB
INI
Vendored

[ident-function-parsing.html]
[e.style['view-transition-name'\] = "ident(myident)" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "ident( myident)" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "ident(myident )" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "ident(\\"myident\\")" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "ident(\\"myident\\" 3)" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "ident(3 \\"myident\\")" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "ident(\\"my\\" \\"ident\\")" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "ident(my \\"ident\\")" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "ident(\\"my\\" ident)" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "ident(my ident)" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "ident(-- myident)" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "ident(my 3 3 3 3 ident)" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "ident(\\"myident\\" 42)" should set the property value]
expected: FAIL