Sign in
webkit
/
WebKit
/
84f33502937aafb6ce5356edb4e15b2b5212e0f3
/
.
/
ManualTests
/
onfocus-alert-blinking-caret.html
blob: 26b9812d35d7194403376f903cde3a115f5ea584 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<body>
Focus the field below, then dismiss the alert. The field should retain the focus,
and the caret in the field should blink.
<br>
<input
onfocus
=
"
alert
(
'Test'
);
"
>
</body>