tor-browser

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

border-image-slice-fill-001-ref.html (450B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reftest Reference</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8 
      9  <style>
     10  div
     11    {
     12      background-color: green;
     13      height: 100px;
     14      margin-left: 50px;
     15      margin-top: 66px;
     16      width: 100px;
     17    }
     18  </style>
     19 
     20  <p>Test passes if there is a filled green square and <strong>no red</strong>.
     21 
     22  <div></div>