New wpt failures in /css/ [css-nesting/parsing.html, css-syntax/custom-property-rule-ambiguity.html]
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Assigned: emilio)
References
Details
(Whiteboard: [wpt], [wptsync upstream])
Attachments
(2 files)
Syncing wpt PR 45020 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/css-nesting/parsing.html [wpt.fyi]
- .foo { .foo, .bar { color: green; }}:
FAIL(Chrome:FAIL, Safari:PASS)
- .foo { .foo, .bar { color: green; }}:
- /css/css-syntax/custom-property-rule-ambiguity.html [wpt.fyi]
- Rule that looks like a custom property declaration is ignored:
FAIL(Chrome:PASS, Safari:FAIL) - Rule that looks like an invalid custom property declaration is ignored:
FAIL(Chrome:PASS, Safari:FAIL)
- Rule that looks like a custom property declaration is ignored:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1884826 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
| Assignee | ||
Comment 1•1 year ago
|
||
This implements the:
If the first two non-<whitespace-token> values of rule’s prelude are
an <ident-token> whose value starts with "--" followed by a
<colon-token>, then...
From https://drafts.csswg.org/css-syntax/#consume-qualified-rule
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
From https://github.com/w3c/csswg-drafts/issues/9317
Do some gymnastics to avoid rewinding unnecessarily, since this is
super-hot code.
| Reporter | ||
Comment 4•1 year ago
|
||
| Reporter | ||
Updated•1 year ago
|
https://hg.mozilla.org/mozilla-central/rev/cbad005d70dc
https://hg.mozilla.org/mozilla-central/rev/0c04b1ea36b9
| Reporter | ||
Comment 6•1 year ago
|
||
Description
•