single_text_input.html 160 B

123456789101112
  1. <html>
  2. <head>
  3. <title>BasicKeyboardInterfaceTest</title>
  4. </head>
  5. <body>
  6. <form action="#">
  7. <input type="text" id="textInput" />
  8. </form>
  9. </body>
  10. </html>