[wpt-sync] Sync PR 42560 - [CSS Nesting] Always serialize relative selector with &
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42560 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42560
Details from upstream follow.
Matthieu Dubet <mdubet@apple.com> wrote:
[CSS Nesting] Always serialize relative selector with &
The current spec mandates to always serialize the implicit &, even when it's not necessary (such as .foo)
https://github.com/web-platform-tests/wpt/pull/41213#discussion_r1301267518
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
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 31 subtests
Status Summary
Firefox
OK
: 1
PASS
: 27
FAIL
: 4
Chrome
OK
: 1
PASS
: 24
FAIL
: 7
Safari
OK
: 1
PASS
: 31
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-nesting/parsing.html [wpt.fyi]
- .foo { + .bar, .foo, > .baz { color: green; }}:
FAIL
(Chrome:FAIL
, Safari:PASS
) - .foo { .foo { color: green; }}:
FAIL
(Chrome:FAIL
, Safari:PASS
) - .foo { .foo, .foo & { color: green; }}:
FAIL
(Chrome:FAIL
, Safari:PASS
) - .foo { :is(.bar, .baz) { color: green; }}:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- .foo { + .bar, .foo, > .baz { color: green; }}:
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b8d53d7480b9
https://hg.mozilla.org/mozilla-central/rev/857a166bfd4b
Description
•