tor-browser

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

clip-path-inline-009-ref.html (410B)


      1 <!DOCTYPE html>
      2 <meta content="ahem" name="flags">
      3 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      4 <style>
      5  .container {
      6    font: 100px/1 Ahem;
      7    line-height: 100px;
      8  }
      9  .container > span {
     10    margin-left: 50px;
     11    clip-path: circle(50%);
     12    color: green;
     13  }
     14 </style>
     15 <p>Test passes if there is a filled green circle with radius 50px.
     16 <div class="container">
     17  <span>X</span>
     18 </div>