tor-browser

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

line-break-loose-hyphens-002-ref.html (452B)


      1 <!doctype html>
      2 <html lang=en>
      3 <meta charset=utf-8>
      4 <title>Test reference</title>
      5 <link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
      6 <style>
      7 div {
      8  font-family: monospace;
      9  width: 2ch;
     10  white-space: pre;
     11  border: solid cyan;
     12 }
     13 </style>
     14 
     15 <p>The test passes if the second line in each box below starts with a hyphen.
     16 (Note: the hyphens in each box do no need to be the same size.)
     17 
     18 <div>aa<br>‐a</div>
     19 <div>aa<br>–a</div>