Closed Bug 1855738 Opened 1 year ago Closed 1 year ago

WPT failure in css/css-nesting/invalidation-003.html

Categories

(Core :: CSS Parsing and Computation, defect, P3)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1852965

People

(Reporter: twisniewski, Unassigned)

References

()

Details

Safari and Chrome are both passing css/css-nesting/invalidation-003.html, but Firefox does not:

!EQ("rgb(0, 128, 0)", "rgb(0, 0, 0)")

This is presently one of only two css-nesting WPTs where we differ from Chrome and Safari.

Blocks: has-pseudo

David this seems related to the nested selector invalidation stuff. I can reproduce if I remove nesting with:

.a { color: red }
:has(:is(.a)) { color: green; }

(Yay, global has selector)

Flags: needinfo?(dshin)
Severity: -- → S3
Priority: -- → P3

Ah, I was in a wrong revision.

Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1852965
Flags: needinfo?(dshin)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.