tor-browser

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

383488-1-ref.html (546B)


      1 <!DOCTYPE html>
      2 <html><head>
      3 <style>
      4  span { font-family: sans-serif; font-size: 72px; }
      5 </style>
      6 </head><body>
      7 <p>The X'es below should have the same size:</p>
      8 <!-- The wonky placement of line breaks below is to eliminate all
      9     significant whitespace within the paragraph. -->
     10 <p
     11 ><span>X</span
     12 ><span>X</span
     13 ><span>X</span
     14 ><span>X</span
     15 ><span>X</span
     16 ><span>X</span
     17 ><span>X</span
     18 ><span>X</span
     19 ><span>X</span
     20 ><span>X</span
     21 ><span>X</span
     22 ><span>X</span
     23 ><span>X</span
     24 ><span>X</span
     25 ><span>X</span
     26 ><span>X</span></p>
     27 </body>
     28 </html>