Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
select-multiple-activate-options.html
blob: ea5dcc0bc5f2fccc6e25ec90524a688dee6523d1 [
file
] [
log
] [
blame
]
<!--
@DEFAULT-ACTION-ON:one
@DEFAULT-ACTION-ON:two
-->
<!DOCTYPE html>
<select
multiple
>
<option
id
=
one
aria-label
=
one
>
one
</option>
<option
id
=
two
aria-label
=
two
>
two
</option>
</select>