tor-browser

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

tab-size-spacing-002-ref.html (413B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text level 3 Test reference</title>
      4 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
      5 <style>
      6 div {
      7  font-family: monospace; /* so we can compare tab with a count of preserved spaces */
      8  white-space: pre;
      9 }
     10 </style>
     11 
     12 <p>Test passes if the "1"s all line up vertically:
     13 <div>1 2 3 1 2 3 1 2 3 1
     14 1     1     1     1
     15 1     1     1     1</div>