mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Add basic support for text-align: justify
(#30807)
This also enables parsing of `text-justify` for non-legacy layout, though only None is supported (disabling justification).
This commit is contained in:
parent
0be30b30ce
commit
ccf0b739df
18 changed files with 154 additions and 417 deletions
|
@ -1,3 +0,0 @@
|
|||
[text-justify-computed-legacy.html]
|
||||
[Property text-justify value 'distribute']
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[text-justify-computed.html]
|
||||
[Property text-justify value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-justify value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-justify value 'inter-word']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-justify value 'inter-character']
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[text-justify-valid.html]
|
||||
[e.style['text-justify'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-justify'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-justify'\] = "inter-word" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-justify'\] = "inter-character" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue