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>