tor-browser

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

pseudo-where-crash.html (94B)


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