tor-browser

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

border-radius-clipping-ref.html (513B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reference Test</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8 
      9  <style>
     10  div
     11    {
     12      background-color: green;
     13      border-radius: 50%;
     14      margin: 20px;
     15      height: 100px;
     16      width: 100px;
     17      float: left;
     18    }
     19  </style>
     20 
     21  <p>Test passes if there are four filled green circles and <strong>no red</strong>.
     22 
     23  <div></div>
     24 
     25  <div></div>
     26 
     27  <div></div>
     28 
     29  <div></div>