tor-browser

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

pseudo-where-crash.html (116B)


      1 <!DOCTYPE html>
      2 <style>
      3  .foo {
      4    ::before:where(&) {
      5      color: red;
      6    }
      7  }
      8 </style>
      9 <div class=foo></div>