tor-browser

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

background-origin-006-ref.html (475B)


      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  html {
      7    padding-left: 170px;
      8  }
      9  div {
     10    background-color: green;
     11    height: 60px;
     12    left: 0px;
     13    position: absolute;
     14    top: 0px;
     15    width: 60px;
     16  }
     17 </style>
     18 <body>
     19  <p>Test passes if there is a filled green square at the left of the page and <strong>no red</strong>.</p>
     20  <div></div>
     21 </body>