wpt / css / selectors / pseudo-where-crash.html
Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
Enable JavaScript in test iframe
/css/selectors/pseudo-where-crash.html
<!DOCTYPE html> <style> ::before:where(.foo) { color: red; } </style> <div class=foo></div>