hyphens-overflow-001.html (729B)
1 <!DOCTYPE html> 2 <title>CSS Text Test: Test when soft-hyphen overflows</title> 3 <link rel="match" href="reference/hyphens-overflow-001-ref.html"> 4 <link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property"> 5 <link rel="author" href="mailto:kojii@chromium.org"> 6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 7 <style> 8 div { 9 font-size: 10px; 10 font-family: Ahem; 11 width: 5.1ch; 12 border: 1px solid blue; 13 } 14 </style> 15 <body> 16 <div>12 4­xx</div> 17 <div>12 45­xx</div> 18 <div>12 456­xx</div> 19 <div>1234­xx</div> 20 <div>12345­xx</div> 21 <div>123456­xx</div> 22 23 <div style="width: 10ch"><span>ren­for­cer</span>99999</div> 24 <div><span>00­1</span>222</div> 25 </body>