mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
layout: Add support for text-align-last
(#30905)
This change adds support for `text-align-last` as well as ensuring that it also applies to lines before forced line breaks. Two tests start to fail because they rely on right-to-left text to pass: - /css/css-text/text-align/text-align-last-010.html.ini - /css/css-text/text-align/text-align-last-011.html.ini
This commit is contained in:
parent
d007d265bd
commit
74798c4b7b
36 changed files with 37 additions and 544 deletions
|
@ -29,12 +29,6 @@
|
|||
[Property text-align-all inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-align-last has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-align-last inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-wrap has initial value wrap]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue