tor-browser

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

hyphens-span-002-ref.html (558B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text Test reference</title>
      4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
      5 <style>
      6 div {
      7  border: solid orange;
      8  margin: 5px;
      9  width: 6ch;
     10  hyphens: auto;
     11 }
     12 </style>
     13 
     14 <p>Test passes if the text in all orange boxes below is identical (including the presence and position of a hyphen).
     15 
     16 <div lang=en>highway</div>
     17 <div lang=en>highway</div>
     18 <div lang=en>highway</div>
     19 <div lang=en>highway</div>
     20 <div lang=en>highway</div>
     21 <div lang=en>highway</div>
     22 <div lang=en>highway</div>