tor-browser

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

411059-1.html (738B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 p { float:left; white-space:pre; border:1px solid black; clear:both; }
      6 .letterspace { letter-spacing:4px; }
      7 table { clear:both; }
      8 </style>
      9 </head>
     10 <body>
     11 
     12 <p>
     13 a
     14 </p>
     15 
     16 <div style="width:0">
     17  <p>
     18 a
     19  </p>
     20 </div>
     21 
     22 <!-- there should be no letter-spacing after the tab, because letter-spacing is
     23     already incorporated into the calculation of the tab position, but there
     24     will be 4px after the a -->
     25 <p class="letterspace">
     26 a
     27 </p>
     28 
     29 <div style="width:0">
     30  <p class="letterspace">
     31 a
     32  </p>
     33 </div>
     34 
     35 <table><tr>
     36  <td style="background-color:#808080;"><pre>
     37 test
     38 abcdefg	hijklm	nopqr	stuv	wxy	z0	1	
     39  </pre></td>
     40  <td style="background-color:#c08080;">cell 2</td>
     41 </tr></table>
     42 
     43 </body>
     44 </html>