Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
custom-select-label-element.html
blob: 63c540ebb8cab602396e5c4a7d9ea6bf19940684 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
select
,::
picker
(
select
)
{
appearance
:
base-select
;
}
</style>
<label
for
=
select
>
labeltext
</label>
<select
id
=
select
>
<option>
one
</option>
<option>
two
</option>
</select>