<select> test
This test is to determine if the label is announced when associated with a <select> element.
Example
Code
<form action="#">
<label for="one">Subscribe</label>
<select id="one">
<option>Choose an option</option>
<option value="red">Red</option>
<option value="green">Green</option>
<option value="blue">Blue</option>
</select>
</form>