block-ellipsis-029-ref.html (294B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Overflow: test reference</title> 4 <style> 5 div { 6 line-clamp: 1; 7 width: 5.1ch; 8 font-family: monospace; 9 border: solid 1px; 10 margin: 1em; 11 } 12 </style> 13 <p>Test passes if the two boxes below are identical. 14 15 <div>123…</div> 16 17 <div>123…</div>