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