[wpt-sync] Sync PR 50239 - [carousel] Support user action pseudos after Carousel pseudo elements
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50239 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50239
Details from upstream follow.
Даниил <sakhapov@chromium.org> wrote:
[carousel] Support user action pseudos after Carousel pseudo elements
This CL allows user action pseudo classes (e.g. :hover) to be used after
Carousel pseudo elements (::scroll-marker and ::scroll-button)
selectors.Bug: 388545121
Change-Id: I1c944673c9e0f6624a71a77ad657f79e3c140373
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6182565
Commit-Queue: Daniil Sakhapov \<sakhapov@chromium.org>
Reviewed-by: Rune Lillesveen \<futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1410241}
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 5 tests and 1 subtests
Status Summary
Firefox
OK
: 5
FAIL
: 5
Chrome
OK
: 5
FAIL
: 5
Links
Details
New Tests That Don't Pass
- /css/css-overflow/scroll-button-hover-remove.html [wpt.fyi]
- CSS Test: ::scroll-button changes on hover via :hover and removes correctly:
FAIL
(Chrome:FAIL
)
- CSS Test: ::scroll-button changes on hover via :hover and removes correctly:
- /css/css-overflow/scroll-button-hover.html [wpt.fyi]
- CSS Test: ::scroll-button changes on hover via :hover:
FAIL
(Chrome:FAIL
)
- CSS Test: ::scroll-button changes on hover via :hover:
- /css/css-overflow/scroll-marker-hover-logical.html [wpt.fyi]
- CSS Test: ::scroll-marker changes on hover via logical selectors:
FAIL
(Chrome:FAIL
)
- CSS Test: ::scroll-marker changes on hover via logical selectors:
- /css/css-overflow/scroll-marker-hover-remove.html [wpt.fyi]
- CSS Test: ::scroll-marker:hover is removed correctly:
FAIL
(Chrome:FAIL
)
- CSS Test: ::scroll-marker:hover is removed correctly:
- /css/css-overflow/scroll-marker-hover.html [wpt.fyi]
- CSS Test: ::scroll-marker changes on hover via :hover:
FAIL
(Chrome:FAIL
)
- CSS Test: ::scroll-marker changes on hover via :hover:
Comment 4•25 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4650decda284
https://hg.mozilla.org/mozilla-central/rev/057db9921b7c
Description
•