6 @WIN-ALLOW:text-input-type*
8 @WIN-ALLOW:caret_offset*
9 @WIN-ALLOW:n_selections*
10 @WIN-ALLOW:selection_start*
11 @WIN-ALLOW:selection_end*
16 <input type=
"password" value=
"secret">
18 var input
= document
.querySelector('input');
20 input
.setSelectionRange(6, 6);