tor-browser

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

hyphens-i18n-auto-002-alt-ref.html (544B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text Test: language specific hyphenation—Hungarian</title>
      4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
      5 <style>
      6 div {
      7  font-size: 3em;
      8  color: orange;
      9 }
     10 .test {
     11  color: blue;
     12 }
     13 </style>
     14 
     15 <p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
     16 <div lang=hu class=test>Ösz-<br>szeg</div>
     17 <hr>
     18 <div lang=hu>Ösz&#x2010;<br>szeg</div>
     19 <hr>
     20 <div lang=hu>Ösz-<br>szeg</div>