tor-browser

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

auto-hyphenation-10.html (231B)


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