Sign in
android
/
platform
/
external
/
autotest
/
c1d8463aac0b2a3a8b684e702ddd29cf335aa5fb
/
.
/
client
/
site_tests
/
power_LoadTest
/
extension
/
focus.html
blob: 1d305cbc21db7636741a45985dee78f38409efdf [
file
] [
log
] [
blame
]
<html>
<body>
<input
type
=
"text"
id
=
"focus"
/>
<script
type
=
"text/javascript"
>
document
.
getElementById
(
'focus'
).
focus
();
</script>
</body>
</html>