break-boundary-2-chars-002-ref.html (400B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Reference Test</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 9 <style> 10 div 11 { 12 display: inline-block; 13 font-size: 32px; 14 margin-right: 10ch; 15 white-space: normal; 16 width: 0; 17 } 18 19 </style> 20 21 <div>abcxyzdef</div> 22 23 <div>abcxyzdef</div>