[wpt-sync] Sync PR 41249 - [GridNG] Allow grid sets to be rebuilt on demand by nested subgrids
Categories
(Core :: Layout: Grid, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41249 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41249
Details from upstream follow.
Ethan Jimenez <ethavar@microsoft.com> wrote:
[GridNG] Allow grid sets to be rebuilt on demand by nested subgrids
Grid sets are normalized depending on whether the available size of a
grid is definite or not. E.g., percentage tracks were normalized to
behave as 'auto' if their available size was indefinite.This normalization only occurred during the
InitializeTrackSizes
step of the sizing algorithm. However, this proved to be insufficient
since, after resolving the columns of the parent grid, the normalized
tracks of a nested subgrid were not updated to behave as percentages.Adding test coverage to the WPT suite for this issue.
Bug: 1465732
Change-Id: Ibe00144205c0cf16db10bbd32c9be3e130bf5aef
Reviewed-on: https://chromium-review.googlesource.com/4733094
WPT-Export-Revision: 166ffb933f7f043c1764828c200b0bef4c931ec6
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Comment 4•1 year ago
|
||
bugherder |
Description
•