tor-browser

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

box-shadow-table-border-collapse-001-ref.html (547B)


      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: orange;
     13      border: blue solid 30px;
     14      box-shadow: 20px 20px darkgray;
     15      height: 100px;
     16      width: 100px;
     17    }
     18  </style>
     19 
     20    <p>Test passes if there is a filled orange square with a thick blue border and if such square has a gray outer shadow at its bottom and at its right side.
     21 
     22  <div></div>