5 <option>Suggestion
</option>
7 <input list=
"dl1"> <input list=
"dl1"> <br>
8 <input list=
"dl1" disabled
> <input list=
"dl1" readonly
>
10 document
.querySelector('input').focus();
11 var input
= document
.querySelectorAll('input')[1];
12 if (window
.eventSender
)
13 eventSender
.mouseMoveTo(input
.offsetLeft
+ input
.offsetWidth
/ 2, input
.offsetTop
+ input
.offsetHeight
/ 2);