[wpt-sync] Sync PR 48730 - Apply anchor-center to base style
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48730 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48730
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
Apply anchor-center to base style
ApplyAnchorData() was applied once for style resolution, and only after
the base style was cloned. When the base style was used for computing
fallback positions we would use an undefined anchor-center for
alignment.Make sure we compute the anchor-center position before storing the base
style.Bug: 342428030
Change-Id: I61f3b668515c72b1ac4ad2f26038b0306e1836cc
Reviewed-on: https://chromium-review.googlesource.com/5934326
WPT-Export-Revision: c21303404d3e7c6ed1b7ba6c3ab44a5bad463aeb
Assignee | ||
Updated•25 days ago
|
Assignee | ||
Comment 1•25 days ago
|
||
Assignee | ||
Comment 2•25 days 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-center-fallback-transition-behavior.html [wpt.fyi]
- anchor-center aligned bottom anchored element overflowing IMCB:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- anchor-center aligned bottom anchored element overflowing IMCB:
Comment 4•24 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5b891ebe4e7c
https://hg.mozilla.org/mozilla-central/rev/fc2f86a34740
Description
•