wpt / css / css-nesting / pseudo-where-crash.html

Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-nesting/pseudo-where-crash.html

<!DOCTYPE html>
<style>
  .foo {
    ::before:where(&) {
      color: red;
    }
  }
</style>
<div class=foo></div>