blob: 566184900b8974f8fa3ab52bf4083084856cb681 [file]
<!DOCTYPE html>
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>
<select>
<button>
<selectedcontent></selectedcontent>
</button>
<option>
option without img
</option>
<option>
option with img with alt
<img alt="img alt text">
</option>
<option>
option with img without alt
<img>
</option>
</select>