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