has-nested-pseudo-003-crash.html (370B)
1 <!DOCTYPE html> 2 <link rel="author" title="David Shin" href="mailto:dshin@mozilla.com"> 3 <link rel="help" href="https://drafts.csswg.org/selectors/#relational"> 4 <link rel="help" href="https://drafts.csswg.org/css-nesting-1/#nest-selector"> 5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1940212"> 6 <style> 7 ::slotted(p) {:has(&){}} 8 </style> 9 <p>Test</p>