tor-browser

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

tab-size-spacing-001-ref.html (383B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text level 3 Test reference</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
      5 <style>
      6 div {
      7  font-family: monospace;
      8  width: 20px;
      9  height: 20px;
     10  background: green;
     11  margin-left: calc( 8ch + 8 * 2px + 8 * 10px );
     12 }
     13 </style>
     14 
     15 <p>Test passes if there is a green square and no red.
     16 <div></div>