tor-browser

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

auto-hyphenation-9-ref.html (236B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset="iso-8859-1">
      4 <!-- check that hyphenation is not applied when language is not specified -->
      5 <body>
      6 <div style="width: 5em; hyphens: none;">
      7 supercalifragilisticexpialidocious
      8 </div>
      9 </body>
     10 </html>