line-clamp-content-height-with-dynamic-change-ref.html (220B)
1 <!DOCTYPE html> 2 <title>CSS Overflow: appending to a box with -webkit-line-clamp</title> 3 <style> 4 div { 5 font-family: Monospace; 6 font-size: 20px; 7 } 8 </style> 9 <body> 10 <div>first line<br>second line…</div> 11 </body>