trailing-space-with-cr-crash.html (453B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-property"> 3 <link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org"> 4 <style> 5 div { 6 width: 100px; 7 white-space: pre-wrap; 8 word-break: break-word; 9 border: 1px solid blue; 10 } 11 .atomic { 12 display: inline-block; 13 width: 99px; 14 height: 1em; 15 background: orange; 16 } 17 </style> 18 <div><span class="atomic"></span>
 <span class="atomic"></span></div>