[wpt-sync] Sync PR 45209 - [css-anchor-position] Update position-anchor in AnchorEvaluator
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45209 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45209
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
[css-anchor-position] Update position-anchor in AnchorEvaluator
The AnchorEvaluator initially gets the position-anchor from the previous
style resolution set, but never modified it, which meant the anchor
functions would never pick up any position-anchor changes from
@position-try rules.Make position-anchor a high priority property and update the
AnchorEvaluator with the position-anchor name before resolving any
anchor functions.Bug: 329584105
Change-Id: I81829b2c46cf1020c06f99987aa8e7cfed6ec05a
Reviewed-on: https://chromium-review.googlesource.com/5380334
WPT-Export-Revision: 7756f6d24520b4dde46032cdd00a66e09f9621d6
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 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
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-anchor-position/position-try-position-anchor.html [wpt.fyi]
- #anchored 1:
FAIL(Chrome:FAIL, Safari:FAIL)
- #anchored 1:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/fc11d4798e45
https://hg.mozilla.org/mozilla-central/rev/caf2df287dfd
Description
•