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