tor-browser

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

tab-size-inline-001-ref.html (408B)


      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 }
      9 </style>
     10 
     11 <p>Test passes if the three “A” letters below are vertically aligned with eachother.
     12 <div class=ref><br>
     13          A<br>
     14          A<br>
     15          A
     16 </div>