tor-browser

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

clipping-4-notref.html (156B)


      1 <!DOCTYPE HTML>
      2 <title>Test for clipping of border-radius</title>
      3 <style>
      4 div {
      5  background: lime;
      6  height: 100px;
      7  width: 200px;
      8 }
      9 </style>
     10 <div></div>