tor-browser

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

background-size-002-ref.html (360B)


      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    height: 60px;
      9    width: 60px;
     10  }
     11 </style>
     12 <body>
     13  <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
     14  <div></div>
     15 </body>