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