[wpt-sync] Sync PR 35898 - [anchor-position] Fix when OOFs are not in pre-order
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35898 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35898
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
[anchor-position] Fix when OOFs are not in pre-order
When in a block-fragmentation context, OOF nodes given to
|LayoutFragmentainerDescendants| may not be in the pre-order
of the box tree. This patch sorts the |descendants| in such
cases.Note the sorting is not cheap that it is limited only when
anchors are on OOF boxes. We haven't found cases where anchors
are on in-flow boxes and |descendants| need to be sorted at
this point.Bug: 1309178
Change-Id: I2c680a03e97c9525d9f6aa521709c96b55dbafd1Reviewed-on: https://chromium-review.googlesource.com/3892536
WPT-Export-Revision: dfa47a1077706f366fa234b6a9bcf6b72aecfb96
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=db08d0585652422469f0de49f9209aa3513119a1
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
FAIL
: 1
Safari
OK
: 1
FAIL
: 1
Links
Details
New Tests That Don't Pass
- /css/css-anchor-position/anchor-position-multicol-005.tentative.html [wpt.fyi]
- .target 1:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- .target 1:
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d11771a01882 [wpt PR 35898] - [anchor-position] Fix when OOFs are not in pre-order, a=testonly https://hg.mozilla.org/integration/autoland/rev/651ebdf9598f [wpt PR 35898] - Update wpt metadata, a=testonly
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d11771a01882
https://hg.mozilla.org/mozilla-central/rev/651ebdf9598f
Description
•