Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-flexbox
/
select-element-multiple-ref.html
blob: 83562ea15847184c9d8f8f2977ab194a0a8e5186 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<div
style
=
"
width
:
100px
;
"
>
<select
multiple
style
=
"
width
:
100%
;
"
>
<option>
test
</option>
</select>
</div>