continue-001-ref.html (344B)
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 white-space: pre; 8 } 9 </style> 10 <p>This test passes if there are 3 lines below, with the 3rd one ending with the digit 3. 11 <div class="clamp">Line 1 12 Line 2 13 Line 3</div>