1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21

content / test / data / accessibility / event / menulist-custom-expand-collapse.html [blame]

<!DOCTYPE html>
<!--
@DEFAULT-ACTION-ON:Fruit
@DEFAULT-ACTION-ON:Fruit
-->
<html>
<head>
<style>
  select, select::picker(select) { appearance: base-select; }
</style>
</head>
<body>
<select aria-label="Fruit">
  <button>^</button>
  <option>Apple</option>
  <option>Orange</option>
  <option>Banana</option>
</select>

</body>
</html>