caret-eol-001.html (432B)
1 <!DOCTYPE html> 2 <html lang=en> 3 <meta charset="utf-8"> 4 <title>CSS Basic User Interface Test Reference</title> 5 <link rel="author" title="Florian Rivoal" href="mailto:florian@rivoal.net"> 6 <style> 7 div { 8 font-size: 40px; 9 font-family: monospace; 10 width: 5ch; 11 outline: none; 12 white-space: pre; 13 } 14 </style> 15 16 <p>Test passes if you see a orange text insertion caret at the end of the line below. 17 18 <div id=test>abcde</div>