tor-browser

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

letter-spacing-control-chars-001.ref.html (464B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>letter-spacing should not be applied to zero-width format controls</title>
      6 <style>
      7 .test {
      8  font: 12px/2 monospace;
      9  letter-spacing: 4px;
     10 }
     11 </style>
     12 </head>
     13 <body>
     14 The two lines below should match:<br>
     15 <div class=test>
     16 letterspacing should not be
     17 affected by
     18 zero-width
     19 format
     20 characters
     21 </div>
     22 <div class=test>
     23 letterspacing should not be
     24 affected by
     25 zero-width
     26 format
     27 characters
     28 </div>
     29 </body>
     30 </html>