1<!DOCTYPE HTML> 2 3<body> 4Focus the field below, then dismiss the alert. The field should retain the focus, 5and the caret in the field should blink. 6<br> 7<input onfocus="alert('Test');"> 8</body> 9