Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / chrome / test / data / textinput / focus_input_on_content_js.html
blob698b782b1e64c67d83619dca032472808deefcf6
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>