webkit-line-clamp-040-ref.html (234B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>CSS Test Reference</title> 4 <style> 5 .clamp { 6 font: 16px / 32px serif; 7 white-space: pre; 8 background-color: yellow; 9 height: 5em; 10 } 11 </style> 12 <div class="clamp">Line 1 13 Line 2… 14 </div>