RESOLVED FIXED 236207
[LFC][IFC] WritingMode::LeftToRight expects line content flipped within the line
https://bugs.webkit.org/show_bug.cgi?id=236207
Summary [LFC][IFC] WritingMode::LeftToRight expects line content flipped within the line
zalan
Reported 2022-02-06 12:37:03 PST
void LegacyInlineFlowBox::flipLinesInBlockDirection(LayoutUnit lineTop, LayoutUnit lineBottom) { // Flip the box on the line such that the top is now relative to the lineBottom instead of the lineTop. setLogicalTop(lineBottom - (logicalTop() - lineTop) - logicalHeight());
Attachments
Patch (9.44 KB, patch)
2022-02-06 13:01 PST, zalan
no flags
zalan
Comment 1 2022-02-06 13:01:22 PST
EWS
Comment 2 2022-02-07 06:46:29 PST
Committed r289214 (246899@main): <https://commits.webkit.org/246899@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 451049 [details].
Radar WebKit Bug Importer
Comment 3 2022-02-07 06:47:18 PST
Note You need to log in before you can comment on or make changes to this bug.