1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13

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

<!--
@DEFAULT-ACTION-ON:Fruit
-->
<!DOCTYPE html>
<html>
<body>
<select aria-label="Fruit">
  <option>Apple</option>
  <option>Orange</option>
  <option>Banana</option>
</select>
</body>
</html>