[wpt-sync] Sync PR 48625 - Add ::check pseudo element parsing support
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48625 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48625
Details from upstream follow.
Traian Captan <tcaptan@chromium.org> wrote:
Add ::check pseudo element parsing support
Defined in:
https://github.com/w3c/csswg-drafts/pull/10986Bug: 369319576
Change-Id: I90fb6ef81fd5941709fae6936c7474339a7715e8
Reviewed-on: https://chromium-review.googlesource.com/5928423
WPT-Export-Revision: 5dbdbfb9983f483cd7b1149335dd72936a294b9d
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 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
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-pseudo/parsing/the-check-pseudo-element.tentative.html [wpt.fyi]
- "::check" should be a valid selector:
FAIL(Chrome:FAIL, Safari:FAIL) - "*::check" should be a valid selector:
FAIL(Chrome:FAIL, Safari:FAIL) - "foo.bar[baz]::check" should be a valid selector:
FAIL(Chrome:FAIL, Safari:FAIL) - "::check::marker" should be a valid selector:
FAIL(Chrome:FAIL, Safari:FAIL) - "::slotted(*)::check" should be a valid selector:
FAIL(Chrome:FAIL, Safari:FAIL) - "::part(foo)::check" should be a valid selector:
FAIL(Chrome:FAIL, Safari:FAIL)
- "::check" should be a valid selector:
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e6b51178ca09
https://hg.mozilla.org/mozilla-central/rev/13db7301f3bd
Description
•