block-ellipsis-011-ref.html (261B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 .clamp { 6 width: 31.1ch; 7 border: 1px solid black; 8 font-family: monospace; 9 } 10 </style> 11 <div class="clamp"> 12 There should not be an ellipsis 13 at the end of this line of text 14 </div>