blob: c93c78ba722b06e4b89428053febe12d4158778c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>
</head>
<body>
<select>
<optgroup>
<option>..</option>
<button></button>
</optgroup>
</select>
</body>
</html>