[wpt-sync] Sync PR 54183 - Fix missing containing block in `css/css-anchor-position/anchor-center-fallback-transition-behavior.html`
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
464.86 KB,
text/plain
|
Details |
Sync web-platform-tests PR 54183 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/54183
Details from upstream follow.
Kiet Ho <kiet.ho@apple.com> wrote:
Fix missing containing block in
css/css-anchor-position/anchor-center-fallback-transition-behavior.htmlIn
css/css-anchor-position/anchor-center-fallback-transition-behavior.html, there's no explicit containing block for anchor#a1and anchor-positioned#t1, therefore the containing block of#a1is the viewport and the fallback isn't used (because#t1will be positioned within the containing block). Add an explicit containing block as parent of#a1and#t1to force the fallback behavior.Tested on latest Safari Technology Preview. From the crbug that added the test, it is for a bug in Chrome 127 that was fixed in Chrome 132. I tried and the new test fails in Chromium 127.0.6533.0 (Developer Build) (arm64) and passes in Chromium 139.0.7258.0 (Developer Build) (arm64)
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Comment 1•6 months ago
|
||
| Assignee | ||
Comment 2•6 months ago
|
||
Comment 4•6 months ago
|
||
| bugherder | ||
Description
•