Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-overflow
/
select-size-overflow-001-ref.html
blob: 2dc9c219a0cdd6dd5e9ea6e92f6eb614a6f4b2c1 [
file
] [
log
] [
blame
]
<!doctype html>
<meta
charset
=
utf-8
>
<title>
CSS Test Reference
</title>
<select
size
=
3
style
=
"
scrollbar-width
:
none
"
>
<option>
option 1
</option>
<option>
option 2
</option>
<option>
option 3
</option>
</select>