[wpt-sync] Sync PR 23496 - [FlexNG] Use fragment order as source of truth within simplified layout
Categories
(Core :: Layout: Positioned, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23496 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23496
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[FlexNG] Use fragment order as source of truth within simplified layout
Step 3/4 in getting flex to use the simplified layout pass.
We need to use the fragment order as the source or truth as we use the
fragment order as the correct paint order.The downside of this approach is that we now iterate twice over the
children, once for the fragments, and again for the nodes.Adding placeholder fragments for the static-positions for the OOF
will fix this.Bug: 845235
Change-Id: Idb149a25975885cee389c3bae1dd9021dbb5a467Reviewed-on: https://chromium-review.googlesource.com/2187854
WPT-Export-Revision: 987272ae5e234406ecbed3000c100da4af42b78b
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 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 5•5 years ago
|
||
bugherder |
Description
•