summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/pseudo-where-crash.html
blob: ad683ac8b9e0223666b6e3ccfc951a9817be0d32 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<style>
::before:where(.foo) {
  color: red;
}
</style>
<div class=foo></div>