tor-browser

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

white-space-pre-wrap-trailing-spaces-001-ref.html (408B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>CSS Text test: hanging trailing spaces with white-space:pre-wrap</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
      5 
      6 <style>
      7 div {
      8  white-space: pre-wrap;
      9  font-family: monospace;
     10 }
     11 </style>
     12 
     13 <p>This test passes if the 4 letters below are verticaly aligned.
     14 
     15 <div>    P</div>
     16 <div>    A</div>
     17 <div>    S</div>
     18 <div>    S</div>