Sign in
chromium
/
chromium
/
src.git
/
lkgr-android-internal
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
custom-select-button-value.html
blob: 0d2fe4804be6a0b7372b240af382236ba250de6d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
select
,
::
picker
(
select
)
{
appearance
:
base-select
;
}
</style>
<select>
<button>
button
<span
aria-hidden
=
true
>
aria hidden span
</span>
</button>
<option>
option
</option>
</select>