tor-browser

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

background-clip-004-ref.html (460B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Backgrounds and Borders Reference: background-clip - padding-box keyword value</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com">
      5 <style>
      6  div {
      7    background-color: green;
      8    height: 150px;
      9    left: 5px;
     10    position: relative;
     11    top: 5px;
     12    width: 150px;
     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>