1
0
Fork 0
firefox/testing/web-platform/meta/css/css-text/parsing/text-spacing-valid.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

45 lines
1.5 KiB
INI

[text-spacing-valid.html]
[e.style['text-spacing'\] = "normal" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "none" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "auto" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "no-autospace" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "space-all" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "no-autospace space-all" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "space-all no-autospace" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "trim-start" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "no-autospace normal" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "normal no-autospace" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "normal normal" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "normal trim-start" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "no-autospace trim-start" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "trim-start normal " should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "trim-start no-autospace" should set the property value]
expected: FAIL