Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-nesting/double-parent-pseudo-in-placeholder-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Nesting: Crash with multi-level '&' inside ::placeholder</title>
<style>
::placeholder { & { & {} } }
::placeholder, .a { & { & {} } }
.a, ::placeholder { & { & {} } }
.a, ::placeholder { &, .b { & {} } }
.a, ::placeholder { .b, & { & {} } }
</style>