Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/selectors/is-where-error-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Selectors: :is() and :where() error crash</title>
<style>
:is(c|l:i) {}
:where(c|l:i) {}
</style>
<p>Test passes if page does not crash.</p>