tor-browser

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

auto-hyphenation-4.html (223B)


      1 <!DOCTYPE html>
      2 <html>
      3 <!-- check that hyphenation is not applied to unknown language -->
      4 <body lang="x-unknown-language">
      5 <div style="width: 5em; hyphens: auto;">
      6 supercalifragilisticexpialidocious
      7 </div>
      8 </body>
      9 </html>