tor-browser

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

border-image-012-ref.html (306B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="utf-8">
      4 
      5  <title>CSS Reftest reference</title>
      6 
      7  <style>
      8  div
      9    {
     10      background-color: green;
     11      height: 100px;
     12      width: 100px;
     13    }
     14  </style>
     15 
     16  <p>Test passes if there is a filled green square and if it has <strong>no scrollbar</strong>.
     17 
     18  <div></div>