Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-nesting/parent-pseudo-in-placeholder-crash.html
<!DOCTYPE html> <title>CSS Nesting: Crash with '&' inside ::placeholder</title> <link rel="help" href="https://issues.chromium.org/issues/380107557"> <style> ::placeholder { & {} } ::placeholder, .a { & {} } .a, ::placeholder { & {} } </style>