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

<html>
  <head>
  </head>
  <body>
  <input type="text" id="text_id">
  <script>
    document.getElementById('text_id').focus();
  </script>
  </body>
</html>