[Webkit-unassigned] [Bug 276942] Attribute selectors and nested selectors crash the tab repeatedly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 24 05:06:24 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=276942

--- Comment #13 from @fregante <bugs at bfred.it> ---
I have a couple of updates:

There are two manifestations of this bug:
  - one that crashes immediately when a specific selector is found, even if empty and non-matching
  - one that crashes sometime later, probably as a combination of multiple rules 

The immediate crash repro is:

```css
[hidden] {svg {}}
```

I haven't been able to isolate the latter, it takes too long to repro. It seems that that both are related to attributes and definitely related to nested selectors.

I ended up using a transpiler to flatten all of my selectors because this bug completely killed my extension once again. Without nested selectors, both manifestations are now finally fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241024/d1221109/attachment.htm>


More information about the webkit-unassigned mailing list