chromium/content/test/data/accessibility/event/menulist-expand.html

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