Select elements

select with no accessible name and role="presentation" - Pass

select with aria-labelledby pointing to valid ID - Pass

This is a label

select with aria-labelledby pointing to invalid ID - Fail

Here is another label

select with aria-label - Pass

select with no label - Fail

select with label-for pointing to valid ID - Pass

select with label-for pointing to invalid ID - Fail

select with title - Pass

select with aria-hidden="true" - Fail

select with aria-hidden="true" and tabindex="-1" - Pass

select with aria-hidden="true" and tabindex="0" - Fail

select with aria-hidden="false" - Fail