Files
servo/tests/wpt/meta-legacy-layout/css/css-text/parsing/text-align-last-computed.html.ini
Martin Robinson 74798c4b7b 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
2023-12-21 14:45:34 +00:00

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