tor-browser

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

clipping-4-ref.html (179B)


      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  border-radius: 25px;
      9 }
     10 </style>
     11 <div></div>