block-ellipsis-026-ref.html (545B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Overflow: test reference</title> 4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> 5 <style> 6 .clamp { 7 width: 63.1ch; 8 border: 1px solid black; 9 font-family: monospace; 10 white-space: pre; 11 } 12 </style> 13 <p>Test passes if there are two lines below, and if there is an ellipsis (“…”) after the word “walked” at the end of the second line. 14 15 <div class="clamp">This time, Mark, who had always been the center of attention in 16 any social gathering, walked…</div>