tor-browser

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

fieldset-inset-shadow-ref.html (196B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <style>
      4  div {
      5    width: 100px;
      6    height: 100px;
      7    box-sizing: border-box;
      8    box-shadow: 0 0 0 10px inset black;
      9  }
     10 </style>
     11 <div></div>