| <html> | |
| <head> | |
| <title>Virtual Keyboard Policy</title> | |
| </head> | |
| <body> | |
| <!-- A single text field that is focused. The manual virtual keyboard policy | |
| allows JavaScript to control the virtual keyboard. --> | |
| <input type="text" name="q" id="value" value="test" | |
| virtualKeyboardPolicy="manual" autofocus/> | |
| </body> | |
| </html> |