Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/selectors/pseudo-where-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
::before:where(.foo) {
color: red;
}
</style>
<div class=foo></div>