tor-browser

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

524175-1.html (175B)


      1 <!DOCTYPE html>
      2 <style>
      3  #foo::before { color: green; content: "This text should be green"; }
      4  span::before { color: red; }
      5 </style>
      6 <body>
      7  <span id="foo"></span>
      8 </body>