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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
Source
/
web
/
tests
/
data
/
ime-on-focus-on-load.html
blob
1586a5f74d514a4512783bc9720ece88917eb39f
1
<!DOCTYPE
html
>
2
<input
type
=
"text"
id
=
"toFocus"
></input>
3
<script>
4
window
.
onload
=
function
() {
5
document
.
querySelector
(
"#toFocus"
).
focus
();
6
}
7
</script>