tor-browser

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

background-size-021-ref.html (418B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Backgrounds and Borders Reference</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com">
      5 <style>
      6  div {
      7    background-color: green;
      8    left: 30px;
      9    height: 100px;
     10    position: relative;
     11    top: 30px;
     12    width: 100px;
     13  }
     14 </style>
     15 <body>
     16  <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
     17  <div></div>
     18 </body>