Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize-5712.61.B
/
.
/
client
/
site_tests
/
desktopui_ImeTest
/
interaction_form.html
blob: c38897d59bc02911bd641bdd486613f88f33e0d7 [
file
] [
log
] [
blame
] [
edit
]
<html>
<body
OnLoad
=
"
document
.
testform
.
txtinput
.
focus
();
"
>
<form
name
=
"testform"
>
<input
type
=
"text"
name
=
"txtinput"
/>
</form>
</body>
</html>