Sign in
chromium
/
chromium
/
src.git
/
20e8909e694cab857da21d8fe9d5f1da170eaae2
/
.
/
chrome
/
test
/
data
/
textinput
/
focus_input_on_content_js.html
blob: 698b782b1e64c67d83619dca032472808deefcf6 [
file
]
<html>
<head>
</head>
<body>
<input
type
=
"text"
id
=
"text_id"
>
<script>
document
.
getElementById
(
'text_id'
).
focus
();
</script>
</body>
</html>