tor-browser

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

invalid-font-face-descriptor-1.html (154B)


      1 <!DOCTYPE html>
      2 <style>
      3  body { color: red; }
      4  @font-face {
      5    src: url(bbb),
      6  }
      7 
      8  body { color: green! important; }
      9 </style>
     10 There should be no red