- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / textinput / focus_input_on_content_js.html
1 <html>
2   <head>
3   </head>
4   <body>
5   <input type="text" id="text_id">
6   <script>
7     document.getElementById('text_id').focus();
8   </script>
9   </body>
10 </html>