chromium/chrome/test/data/textinput/focus_input_with_mouse_click.html

<html>
  <head>
    <script src="textinput_helper.js"></script>
  </head>
  <body>
  <input type="text" id="text_id">
  <input type="password" id="password_id">
  </body>
</html>