[wpt-sync] Sync PR 50071 - Hide view transition auto-generated names in getAnimations
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50071 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50071
Details from upstream follow.
Noam Rosenthal <nrosenthal@chromium.org> wrote:
Hide view transition auto-generated names in getAnimations
As resolved in the CSSWG, generated pseudo names should be
an implementation detail, not web exposed.Retain the info about whether a name was generated, and use it when
reflecting the name of the pseudo element.See https://github.com/w3c/csswg-drafts/issues/10978#issuecomment-2447608159
Bug: 376458393
Change-Id: Ieada7c0a92d901a0d639221cd44e76e25982b24a
Reviewed-on: https://chromium-review.googlesource.com/6131124
WPT-Export-Revision: 2edc96e855c63f4d1fe53966498d08bcd10d16fa
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month 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-view-transitions/auto-name-get-animations.html [wpt.fyi]
- Generated view-transition-names should not be reflected in script:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Generated view-transition-names should not be reflected in script:
Comment 4•1 month ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9e7de4823a1f
https://hg.mozilla.org/mozilla-central/rev/94df10623232
Description
•