[wpt-sync] Sync PR 52513 - Add anchor positioning visibility tests.
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(2 files)
Sync web-platform-tests PR 52513 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52513
Details from upstream follow.
Kiet Ho <kiet.ho@apple.com> wrote:
Add anchor positioning visibility tests.
These tests concern a bug in WebKit where an initially hidden anchor-positioned element (
display: none,visibility: hiddenor hidden popover) is not rendered properly when the element is subsequent shown (by changingdisplay,visibilityor shown popover). More specifically, the element itself is rendered but not its descendants. See https://webkit.org/b/291065.This is an export of https://github.com/WebKit/WebKit/pull/45100
| Assignee | ||
Updated•9 months ago
|
| Assignee | ||
Comment 1•8 months ago
|
||
| Assignee | ||
Comment 2•8 months ago
|
||
CI Results
Ran 7 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
FAIL: 2
Chrome
PASS: 2
Safari
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-anchor-position/anchor-center-visibility-change.html [wpt.fyi]:
FAIL(Chrome:PASS, Safari:FAIL) - /css/css-anchor-position/position-area-visibility-change.html [wpt.fyi]:
FAIL(Chrome:PASS, Safari:FAIL)
| Assignee | ||
Comment 3•8 months ago
|
||
Automatic update from web-platform-tests
Add anchor positioning visibility tests.
These tests concern a bug in WebKit where an initially hidden anchor-positioned
element (display: none, visibility: hidden or hidden popover) is not
rendered properly when the element is subsequent shown (by changing display,
visibility or shown popover). More specifically, the element itself is rendered
but not its descendants. See webkit.org/b/291065.
--
wpt-commits: 268ccfe9e7c99ed4431907cee138a1fc7ea2cc31
wpt-pr: 52513
| Assignee | ||
Comment 4•8 months ago
|
||
wpt-pr: 52513
wpt-type: metadata
https://hg.mozilla.org/mozilla-central/rev/add481c2ce78
https://hg.mozilla.org/mozilla-central/rev/bbea5630fdde
Description
•