blob: 8fd33dbc0722c04ff4711cabfd285e392f0071d6 [file] [log] [blame]
<!DOCTYPE html>
<style>
selectmenu {
width:30px;
height:20px;
}
selectmenu::part(button) {
background-color:blue;
}
</style>
<selectmenu>
<option>&nbsp;</option>
</selectmenu>