[wpt-sync] Sync PR 48861 - Add ::select-arrow pseudo element parsing support
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48861 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48861
Details from upstream follow.
Traian Captan <tcaptan@chromium.org> wrote:
Add ::select-arrow pseudo element parsing support
Defined in:
https://github.com/w3c/csswg-drafts/pull/10986Bug: 369319576
Change-Id: I4161a9a0111ff2247ab6d9009c5bdec96ac1c855
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5967877
Commit-Queue: Traian Captan \<tcaptan@chromium.org>
Reviewed-by: Joey Arhar \<jarhar@chromium.org>
Reviewed-by: Kevin Babbitt \<kbabbitt@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1375343}
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 16 subtests
Status Summary
Firefox
OK : 1
PASS: 10
FAIL: 6
Chrome
OK : 1
PASS: 10
FAIL: 6
Safari
OK : 1
PASS: 10
FAIL: 6
Links
Details
New Tests That Don't Pass
- /css/css-pseudo/parsing/the-select-arrow-pseudo-element.tentative.html [wpt.fyi]
- "::select-arrow" should be a valid selector:
FAIL(Chrome:FAIL, Safari:FAIL) - "*::select-arrow" should be a valid selector:
FAIL(Chrome:FAIL, Safari:FAIL) - "foo.bar[baz]::select-arrow" should be a valid selector:
FAIL(Chrome:FAIL, Safari:FAIL) - "::select-arrow::marker" should be a valid selector:
FAIL(Chrome:FAIL, Safari:FAIL) - "::slotted(*)::select-arrow" should be a valid selector:
FAIL(Chrome:FAIL, Safari:FAIL) - "::part(foo)::select-arrow" should be a valid selector:
FAIL(Chrome:FAIL, Safari:FAIL)
- "::select-arrow" should be a valid selector:
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/2653a07709c1
https://hg.mozilla.org/mozilla-central/rev/209a6e06c425
Description
•