blob: 7c72fea20bca9e1ce152c98629b46f27ad1e2fc3 [file] [log] [blame]
<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>