line-clamp-balance-003-ref.html (330B)
1 <!DOCTYPE html> 2 <html> 3 <meta charset="utf-8"> 4 <title>CSS Overflow: test reference</title> 5 <style> 6 .clamp { 7 font-family: monospace; 8 line-height: 1; 9 } 10 span { font-size: 2em; } 11 </style> 12 <p>Test passes if you see numbers up to 8 (and no further) below. 13 14 <div class="clamp"> 15 1 2 <span>3</span> <span>4</span><br> 16 5 6 7 8… 17 </div>