tor-browser

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

auto-hyphenation-3.html (250B)


      1 <!DOCTYPE html>
      2 <html>
      3 <!-- check that hyphens:none prevents break at &shy; -->
      4 <body lang="en-us">
      5 <div style="width: 5em; hyphens: none;">
      6 su&shy;per&shy;cal&shy;ifrag&shy;ilis&shy;tic&shy;ex&shy;pi&shy;ali&shy;do&shy;cious
      7 </div>
      8 </body>
      9 </html>