tor-browser

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

contain-paint-clip-019-ref.html (374B)


      1 <!DOCTYPE html>
      2 
      3 <meta charset="UTF-8">
      4 
      5 <title>CSS Reference Test</title>
      6 
      7 <link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
      8 
      9 <style>
     10  #green {
     11    background-color: green;
     12    width: 100px;
     13    height: 100px;
     14  }
     15 </style>
     16 
     17 <p>Test passes if there there is a green square. No red and no scrollbars should be visible.</p>
     18 
     19 <div id="green"></div>