tor-browser

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

1384275-1.html (180B)


      1 <!DOCTYPE html>
      2 <style>
      3 p { color: red; }
      4 @import url(https://example.invalid/a.css);
      5 @supports (color: green) {
      6  p { color: green; }
      7 }
      8 </style>
      9 <p>This text should be green.</p>