tor-browser

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

ic-unit-013-ref.html (358B)


      1 <!DOCTYPE html>
      2 
      3 <meta charset="utf-8">
      4 <title>CSS Values and Units Test: support for the ic unit</title>
      5 <style>
      6 .test, .ref {
      7    width: 100px;
      8    height: 20px;
      9    background: green;
     10 }
     11 
     12 .test {
     13    margin-bottom: 10px;
     14 }
     15 </style>
     16 
     17 <p>The test passes if there are two green rectangles of equal length.</p>
     18 <div class="test"></div>
     19 <div class="ref"></div>