Closed
Bug 1911433
Opened 1 year ago
Closed 1 year ago
[wpt-sync] Sync PR 47440 - Ensure :part(...):disabled works alone and in grouped selectors
Categories
(Core :: CSS Parsing and Computation, task, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
131 Branch
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47440 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47440
Details from upstream follow.
Westbrook Johnson <westbrook.johnson@gmail.com> wrote:
Ensure :part(...):disabled works alone and in grouped selectors
::part(button):disabledshould be a valid selector that can apply rules when associated custom elements are configured corrected- selector groups including matched
::part(...):disabledselectors do no fail other selectors in the group- selector groups including unmatched
::part(...):disabledselectors do no fail other selectors in the group
| Assignee | ||
Updated•1 year ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=dcd3f2e0aa77c53998cdd6e7321958724e7712aa
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 32 subtests
Status Summary
Firefox
OK : 2
PASS: 34
FAIL: 2
Chrome
OK : 2
PASS: 25
FAIL: 11
Safari
OK : 2
PASS: 31
FAIL: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/selectors/parsing/parse-part.html [wpt.fyi]
- "::part(foo):lang(en)" should be a valid selector:
FAIL(Chrome:FAIL, Safari:PASS) - "::part(foo):dir(ltr)" should be a valid selector:
FAIL(Chrome:FAIL, Safari:PASS)
- "::part(foo):lang(en)" should be a valid selector:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/156a98fb7c8e
[wpt PR 47440] - Ensure :part(...):disabled and :part(...):checked works alone and in grouped selectors, a=testonly
Comment 4•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•