line-clamp-auto-040-ref.html (285B)
1 <!DOCTYPE html> 2 <html> 3 <meta charset="utf-8"> 4 <title>CSS Overflow: test reference</title> 5 <style> 6 .clamp { 7 background-color: yellow; 8 } 9 .zero { 10 height: 0; 11 } 12 </style> 13 <div class="clamp"> 14 Line 1<br> 15 Line 2<br> 16 Line 3<br> 17 Line 4<br> 18 <div class=zero> 19 Line 5<br> 20 Line 6… 21 </div> 22 </div>