[wpt-sync] Sync PR 35451 - Don't lay out OOFs inside fragmentation if side-effects are disabled.
Categories
(Core :: Layout: Columns, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35451 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35451
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Don't lay out OOFs inside fragmentation if side-effects are disabled.
The OOF positioning code depends on the LayoutBox data being up-to-date,
which doesn't happen if we lay out with side-effects disabled (as that
would be side-effect).Just don't lay them out. It's not safe.
This also reverts CL:3823699, as it should now be obsolete with this
brutal fix.Bug: 1347713
Change-Id: Icb63237618647489159446a50d8eb7984243a7f9
Reviewed-on: https://chromium-review.googlesource.com/3829547
WPT-Export-Revision: 548162a7654b3fdd00b32161eb53718286ac3742
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Links
Comment 4•3 years ago
|
||
| bugherder | ||
Description
•