Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git] / chrome / test / data / textinput / ime_enable_disable_test.html
blobf774efd6ae70110aee8525bf84816a656889eac3
1 <html>
2 <head>
3 <script>
4 function text01_focus() {
5 document.getElementById('text01_id').focus();
6 return true;
8 function text02_focus() {
9 document.getElementById('text02_id').focus();
10 return true;
12 function password01_focus() {
13 document.getElementById('password01_id').focus();
14 return true;
16 function password02_focus() {
17 document.getElementById('password02_id').focus();
18 return true;
20 </script>
21 </head>
22 <body>
23 <input type="text" id="text01_id">
24 <input type="text" id="text02_id">
25 <input type="password" id="password01_id">
26 <input type="password" id="password02_id">
27 </body>
28 </html>