mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45: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
|
@ -35,9 +35,6 @@
|
|||
[Property text-align-last inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-justify inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-wrap has initial value wrap]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -50,9 +47,6 @@
|
|||
[Property overflow-wrap inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-justify has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-transform has initial value none]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue