tor-browser

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

1153845-1.html (251B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <meta charset="utf-8">
      4 <title>There should be a 200x200 lime square on this page.</title>
      5 
      6 <style>
      7 
      8 svg {
      9  width: 200px;
     10  height: 200px;
     11  background-color: lime;
     12  filter: brightness(100%);
     13 }
     14 
     15 </style>
     16 
     17 <svg></svg>