Sign in
chromium
/
chromium
/
src
/
913eaefa55beab765aa1d99da170db474d8c63ca
/
.
/
chrome
/
test
/
data
/
textinput
/
focus_input_with_mouse_click.html
blob: 44816be03d214876ec70b8c2ae7f4848106ac004 [
file
]
<html>
<head>
<script
src
=
"textinput_helper.js"
></script>
</head>
<body>
<input
type
=
"text"
id
=
"text_id"
>
<input
type
=
"password"
id
=
"password_id"
>
</body>
</html>