line-clamp-balance-001-ref.html (261B)
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 } 9 </style> 10 <p>Test passes if you see numbers up to 8 (and no further) below. 11 12 <div class="clamp"> 13 1 2 3 4<br> 14 5 6 7 8… 15 </div>