blob: ced7a5439823e1d4d0e981da64d4d43281d9e0f2 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>
</head>
<body>
<select>
<option>
<article></article>
</option>
</select>
</body>
</html>