tor-browser

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

tab-size-change-1-ref.html (407B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style type="text/css">
      5 body {
      6  font-family: serif;
      7  padding: 2px;
      8 }
      9 span {
     10  padding: 2px;
     11 }
     12 </style>
     13 </head>
     14 <body>
     15 <div style="white-space: pre">
     16 <span>one</span>&#9;<span>two</span>&#9;<span>three</span>&#9;<span>four</span>&#9;<span>five</span>
     17 <span>six</span>&#9;<span>seven</span>&#9;<span>eight</span>&#9;<span>nine</span>&#9;<span>ten</span>
     18 </div>
     19 </body>
     20 </html>