mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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>
39 lines
1.4 KiB
INI
Vendored
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
|