tor-browser

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

auto-hyphenation-6.html (196B)


      1 <!DOCTYPE html>
      2 <html>
      3 <!-- style changes don't break hyphenation -->
      4 <body lang="en-us">
      5 <div style="width: 0; hyphens: auto;">
      6 hy<span style="color:red">phen</span>ation
      7 </div>
      8 </body>
      9 </html>