Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
html
/
select
/
select-capitalize-sizing-ref.html
blob: 6371f213c100fc2185608793901996e5213ccd65 [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<meta
charset
=
utf-8
>
<style>
.
appearance-none
{
appearance
:
none
;
padding
:
0
;
border
:
1px
solid
;
}
</style>
<select>
<option>
X X X X X
</option>
</select>
<br><br>
<select
class
=
appearance-none
>
<option>
X X X X X
</option>
</select>