Sign in
chromium
/
chromium
/
src.git
/
lkgr-android-internal
/
.
/
content
/
test
/
data
/
accessibility
/
css
/
pseudo-element-picker-icon.html
blob: 69631290c971175ec8cd4a52de5ee80ccc268853 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
select
,
select
::
picker
(
select
)
{
appearance
:
base-select
;
}
</style>
</head>
<body>
<select>
<option>
Dog
</option>
<option>
Cat
</option>
<option>
Donkey
</option>
</select>
</body>
</html>