tor-browser

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

perspective-clipping-1-ref.html (162B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <meta charset="utf-8">
      4 <title>#inner should not be clipped</title>
      5 
      6 <style>
      7 
      8 body {
      9  margin: 0;
     10  background: lime;
     11 }
     12 
     13 </style>