Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>CSS Nesting: Crash with '&' inside ::placeholder</title>
<style>
::placeholder { & {} }
::placeholder, .a { & {} }
.a, ::placeholder { & {} }
</style>