tor-browser

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

border-image-slice-006-ref.html (630B)


      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: 30px;
     12      margin: 50px;
     13      position: relative;
     14      width: 30px;
     15    }
     16 
     17  div#top-right
     18    {
     19      left: 130px;
     20      bottom: 80px;
     21    }
     22 
     23  div#bottom-left
     24    {
     25      bottom: 30px;
     26    }
     27 
     28  div#bottom-right
     29    {
     30      left: 130px;
     31      bottom: 110px;
     32    }
     33  </style>
     34 
     35  <p>Test passes if there are four identical green squares and <strong>no red</strong>.
     36 
     37  <div id="top-left"></div><div id="top-right"></div><div id="bottom-left"></div><div id="bottom-right"></div>