tor-browser

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

box-shadow-border-radius-001-notref.html (235B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reftest reference</title>
      6 
      7  <style>
      8  div
      9    {
     10      background-color: black;
     11      border-radius: 4px;
     12      height: 300px;
     13      width: 300px;
     14    }
     15  </style>
     16 
     17  <div></div>