blob: c069872c60be3368d919ebfe158601b195857512 [file] [log] [blame]
<!DOCTYPE html>
<style>
.foo {
::before:where(&) {
color: red;
}
}
</style>
<div class=foo></div>