[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: mozilla.org, 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•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=None
Assignee | ||
Comment 2•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=None
Assignee | ||
Comment 3•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ccecb7fd2b5f9c836ac6a0558fcdb56a9c7ad23d
Assignee | ||
Comment 4•2 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
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a53bc8162a4c [wpt PR 32973] - Pre-paint: Remove special code for missed fixedpos., a=testonly
Comment 6•2 years ago
|
||
bugherder |
Description
•