1
0
Fork 0
firefox/testing/web-platform/meta/css/css-values/ident-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

39 lines
1.4 KiB
INI

[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