RESOLVED FIXED 241164
text-align: match-parent on root handles direction incorrectly
https://bugs.webkit.org/show_bug.cgi?id=241164
Summary text-align: match-parent on root handles direction incorrectly
Attachments
Tim Nguyen (:ntim)
Comment 1 2022-05-31 19:48:48 PDT
We do use the direction of the parent, which is effectively why it's wrong for the WPT: https://webkit-search.igalia.com/webkit/rev/00d01db2338b1568d39aa439334f39f0353d0b00/Source/WebCore/style/StyleBuilderConverter.h#617-622 There's no parent in the WPT, so it should just behave like `text-align: start`.
Kiet Ho
Comment 2 2022-05-31 19:51:18 PDT
(In reply to Tim Nguyen (:ntim) from comment #1) > We do use the direction of the parent, which is effectively why it's wrong > for the WPT: > https://webkit-search.igalia.com/webkit/rev/ > 00d01db2338b1568d39aa439334f39f0353d0b00/Source/WebCore/style/ > StyleBuilderConverter.h#617-622 > > There's no parent in the WPT, so it should just behave like `text-align: > start`. I see what you mean now - I didn't want to give this a generic "failing WPT test" title, but I also didn't do any digging into the root cause, so I just named it according to my best guess.
Tim Nguyen (:ntim)
Comment 3 2022-06-01 05:51:23 PDT
EWS
Comment 4 2022-06-01 22:06:16 PDT
Committed r295120 (251211@main): <https://commits.webkit.org/251211@main> Reviewed commits have been landed. Closing PR #1208 and removing active labels.
Radar WebKit Bug Importer
Comment 5 2022-06-01 22:07:15 PDT
Note You need to log in before you can comment on or make changes to this bug.