Bug 236958 - css/css-grid/subgrid/repeat-auto-fill-003.html fails
Summary: css/css-grid/subgrid/repeat-auto-fill-003.html fails
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 202115 260533
  Show dependency treegraph
 
Reported: 2022-02-20 23:32 PST by Matt Woodrow
Modified: 2023-08-22 11:21 PDT (History)
2 users (show)

See Also:


Attachments
Reduced test case. (576 bytes, text/html)
2022-03-29 15:44 PDT, Matt Woodrow
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Woodrow 2022-02-20 23:32:20 PST
5/28 of the sub-tests look to be vertically aligned slightly different (but are otherwise identical).
Comment 1 Radar WebKit Bug Importer 2022-02-20 23:32:30 PST
<rdar://problem/89219642>
Comment 2 Matt Woodrow 2022-02-27 18:36:20 PST
It looks like this is an existing issue, that isn't specific to subgrid.

https://webkit-search.igalia.com/webkit/rev/1cc94bc83c8db7dbc704f108d37fe29909a06736/Source/WebCore/rendering/RenderGrid.cpp#1404-1410

It looks like we give up trying to compute a baseline for the grid container if the selected child is orthogonal, which it is in this test.
Comment 3 Matt Woodrow 2022-03-29 15:44:00 PDT
Created attachment 456070 [details]
Reduced test case.