tor-browser

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

letter-spacing-201-ref.html (1134B)


      1 <!DOCTYPE html>
      2 <html lang="en" >
      3 <meta charset="utf-8">
      4 <title>CSS Test Reference</title>
      5 <link rel='author' title='Elika J. Etemad' href='http://fantasai.inkedblade.net/contact'>
      6 <style type='text/css'>
      7  @import "/fonts/ahem.css";
      8  .contain {
      9    font: 20px/1 Ahem;
     10    width: 5em;
     11    border: solid blue;
     12    margin: 1em;
     13    float: left; }
     14  p { margin: 0;
     15    white-space: pre; }
     16 </style>
     17 
     18 <div id='instructions'>Test passes if the pattern is identical in all four blue boxes.</div>
     19 
     20 <!-- Control -->
     21 <div class="contain">
     22  <p>  x  </p>
     23  <p>x x  <br>  x  <br>  x x</p>
     24  <p>x x  <br>  x  <br>  x x</p>
     25  <p>x x  <br>  x  <br>  x x</p>
     26 </div>
     27 
     28 <!-- Control -->
     29 <div class="contain">
     30  <p>  x  </p>
     31  <p>x x  <br>  x  <br>  x x</p>
     32  <p>x x  <br>  x  <br>  x x</p>
     33  <p>x x  <br>  x  <br>  x x</p>
     34 </div>
     35 
     36 <!-- Control -->
     37 <div class="contain">
     38  <p>  x  </p>
     39  <p>x x  <br>  x  <br>  x x</p>
     40  <p>x x  <br>  x  <br>  x x</p>
     41  <p>x x  <br>  x  <br>  x x</p>
     42 </div>
     43 
     44 <!-- Control -->
     45 <div class="contain">
     46  <p>  x  </p>
     47  <p>x x  <br>  x  <br>  x x</p>
     48  <p>x x  <br>  x  <br>  x x</p>
     49  <p>x x  <br>  x  <br>  x x</p>
     50 </div>