pseudo-part-crash.html (298B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>Nesting pseudo element selectors should not crash</title> 4 <link rel="help" href="https://crbug.com/1376227"> 5 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/7912"> 6 <style> 7 div::part(x) { 8 & { 9 color: red; 10 } 11 } 12 </style>