tor-browser

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

line-break-normal-hyphens-002-ref.html (461B)


      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: normal;
     11  border: solid cyan;
     12 }
     13 </style>
     14 
     15 <p>The test passes if the second line in each box below ends with a hyphen.
     16 (Note: the hyphens in each box do no need to be the same size.)
     17 
     18 <div>a<br>a‐<br>a</div>
     19 <div>a<br>a–<br>a</div>