mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
* Update web-platform-tests to revision b'bdd3b533e8c995e416630422ad64f4c70086b42f' * Update expectations --------- Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
60 lines
2 KiB
INI
Vendored
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
|