mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
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
28 lines
777 B
INI
28 lines
777 B
INI
[text-align-last-computed.html]
|
|
[Property text-align-last value 'justify' computes to 'justify']
|
|
expected: FAIL
|
|
|
|
[Property text-align-last value 'auto' computes to 'auto']
|
|
expected: FAIL
|
|
|
|
[Property text-align-last value 'end' computes to 'end']
|
|
expected: FAIL
|
|
|
|
[Property text-align-last value 'center' computes to 'center']
|
|
expected: FAIL
|
|
|
|
[Property text-align-last value 'start' computes to 'start']
|
|
expected: FAIL
|
|
|
|
[Property text-align-last value 'match-parent' computes to 'match-parent']
|
|
expected: FAIL
|
|
|
|
[Property text-align-last value 'right' computes to 'right']
|
|
expected: FAIL
|
|
|
|
[Property text-align-last value 'left' computes to 'left']
|
|
expected: FAIL
|
|
|
|
[Property text-align-last value 'match-parent']
|
|
expected: FAIL
|