[wpt-sync] Sync PR 32973 - Pre-paint: Remove special code for missed fixedpos.
Categories
(Core :: Layout: Columns, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32973 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32973
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Pre-paint: Remove special code for missed fixedpos.
Things will just work, if we, when processing a missed child, set up the
context with the info about containing blocks correctly, and also enter
OOF descendants of a missed OOF (rather than missing them on purpose).Remove the is_inside_orphaned_object flag, since we no longer need to do
anything special (it was mostly about disabling DCHECKs) when walking a
missed child.Bug: 1293905
Change-Id: I2d7e45a50183fa841b9792f330633c7e45005e94Reviewed-on: https://chromium-review.googlesource.com/3488190
WPT-Export-Revision: a10eae0e9be48f515bac87504f0b828ec492302d
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
| Assignee | ||
Comment 4•4 years ago
|
||
CI Results
Ran 0 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 6•4 years ago
|
||
| bugherder | ||
Description
•