servo/tests/wpt/meta/css/css-text/parsing/text-spacing-valid.html.ini
Servo WPT Sync 20136cad7f
Sync WPT with upstream (28-01-2024) (#31204)
* Update web-platform-tests to revision b'bdd3b533e8c995e416630422ad64f4c70086b42f'

* Update expectations

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
2024-01-28 18:33:58 +00:00

60 lines
2 KiB
INI
Vendored

[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-first" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "space-all" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "allow-end space-first" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "space-first allow-end" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "no-autospace space-first" 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-first no-autospace" 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