tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

parent-pseudo-in-placeholder-crash.html (244B)


      1 <!DOCTYPE html>
      2 <title>CSS Nesting: Crash with '&' inside ::placeholder</title>
      3 <link rel="help" href="https://issues.chromium.org/issues/380107557">
      4 <style>
      5 ::placeholder { & {} }
      6 ::placeholder, .a { & {} }
      7 .a, ::placeholder { & {} }
      8 </style>