RESOLVED FIXED 236953
css/css-grid/subgrid/orthogonal-writing-mode-002/4
https://bugs.webkit.org/show_bug.cgi?id=236953
Summary css/css-grid/subgrid/orthogonal-writing-mode-002/4
Matt Woodrow
Reported 2022-02-20 23:10:38 PST
In these case, it looks like the expected file (which doesn't use subgrid) are the ones rendering incorrectly.
Attachments
Patch (4.19 KB, patch)
2022-02-21 16:34 PST, Matt Woodrow
no flags
Patch (5.49 KB, patch)
2022-02-28 13:58 PST, Matt Woodrow
no flags
Patch (5.49 KB, patch)
2022-02-28 16:00 PST, Matt Woodrow
ews-feeder: commit-queue-
Patch (5.49 KB, patch)
2022-02-28 16:22 PST, Matt Woodrow
no flags
Radar WebKit Bug Importer
Comment 1 2022-02-21 11:19:32 PST
Matt Woodrow
Comment 2 2022-02-21 16:34:30 PST
Dean Jackson
Comment 3 2022-02-21 17:11:54 PST
Comment on attachment 452795 [details] Patch Assuming the bots get another crack at this after the WebGPU breakage is cleared...
Oriol Brufau
Comment 4 2022-02-28 07:16:41 PST
Comment on attachment 452795 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=452795&action=review > Source/WebCore/rendering/RenderBox.cpp:3637 > + LayoutUnit availableHeight = (isHorizontalWritingMode() == containingBlock()->isHorizontalWritingMode()) ? containingBlockLogicalHeightForContent(heightType) : containingBlockLogicalWidthForContent(); Nit: you can use isOrthogonal(*this, *containingBlock())
Matt Woodrow
Comment 5 2022-02-28 13:58:58 PST
Matt Woodrow
Comment 6 2022-02-28 16:00:56 PST
Matt Woodrow
Comment 7 2022-02-28 16:22:37 PST
EWS
Comment 8 2022-03-01 00:56:24 PST
Committed r290634 (247907@main): <https://commits.webkit.org/247907@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 453448 [details].
Note You need to log in before you can comment on or make changes to this bug.