Closed
Bug 1876695
Opened 1 year ago
Closed 1 year ago
[wpt-sync] Sync PR 44220 - Use the right function to test invalid selectors inside :is()/:where().
Categories
(Core :: CSS Parsing and Computation, task, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44220 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44220
Details from upstream follow.
Emilio Cobos Álvarez <emilio@crisal.io> wrote:
Use the right function to test invalid selectors inside :is()/:where().
:is() / :where() are forgiving selectors and thus serialize and are "valid".
test_valid_forgiving_selector is the right thing to use here.
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=0cc7a326e49090617ea05d30f6e31183401b87ab
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 30 subtests
Status Summary
Firefox
OK
: 1
PASS
: 28
FAIL
: 2
Chrome
OK
: 1
PASS
: 24
FAIL
: 6
Safari
OK
: 1
PASS
: 23
FAIL
: 7
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/8d93b49c974a
[wpt PR 44220] - Use the right function to test invalid selectors inside :is()/:where()., a=testonly
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•