repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
ManualTests
/
onfocus-alert-blinking-caret.html
blob
26b9812d35d7194403376f903cde3a115f5ea584
1
<!DOCTYPE
HTML
>
2
3
<body>
4
Focus the field below, then dismiss the alert. The field should retain the focus,
5
and the caret in the field should blink.
6
<br>
7
<input
onfocus
=
"alert('Test');"
>
8
</body>