pseudo-where-crash.html (94B)
1 <!DOCTYPE html> 2 <style> 3 ::before:where(.foo) { 4 color: red; 5 } 6 </style> 7 <div class=foo></div>