Sign in
mojo
/
mojo-tools
/
25430fcd291f99e168bcb356b588157473f4686b
/
.
/
sky
/
engine
/
web
/
tests
/
data
/
ime-on-focus-on-load.html
blob: 1586a5f74d514a4512783bc9720ece88917eb39f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<input
type
=
"text"
id
=
"toFocus"
></input>
<script>
window
.
onload
=
function
()
{
document
.
querySelector
(
"#toFocus"
).
focus
();
}
</script>