[wpt-sync] Sync PR 32100 - [GridFragmentation] Fix crash with indefinite forced breaks.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32100 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32100
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[GridFragmentation] Fix crash with indefinite forced breaks.
Previously within ShiftBreakpointIntoNextFragmentainer we'd always
assume the fragmentainer_space was definite.Inside the initial column balancing pass this is incorrect. For this
case we set the fragmentainer_space to the row breakpoint such that
we'll position the items in the correct fragmentainer.Added test grid-item-fragmentation-039 which would trigger the crash.
However this doesn't solve the issue as we are reporting an incorrect
block-size.Bug: 614667
Change-Id: I155d744f92744e1196c70fb17179e3e2324fe63aReviewed-on: https://chromium-review.googlesource.com/3343453
WPT-Export-Revision: 0e1861c454695b18f5698f7d8c14d638948a4d6e
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
FAIL: 1
Chrome
FAIL: 1
Safari
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-break/grid/grid-item-fragmentation-039.html: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e7cba7348a39
https://hg.mozilla.org/mozilla-central/rev/7dff03a3ead8
Description
•