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