tor-browser

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

tab-size-inline-002-ref.html (558B)


      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    white-space: pre;
      9    font-size: 2em;
     10 }
     11 .wrong { color: orange; }
     12 .right { color: blue; }
     13 </style>
     14 
     15 <p>Test passes if the black “A” lines up vertically with the blue one, not the orange one.
     16 
     17            <div>            A</div>
     18 
     19 <div class=right>            A</div>
     20 <div class=wrong>              A</div>