trisquel-icecat/icecat/testing/web-platform/tests/css/css-nesting/pseudo-where-crash.html

9 lines
116 B
HTML

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