input type='radio' with no accessible name and role="presentation" - Correct

input type='radio' with aria-labelledby pointing to valid ID - Correct

This is a label

input type='radio' with aria-labelledby pointing to invalid ID - Fail

Here is another label

input type='radio' with aria-labelledby pointing to valid ID but container is empty - Fail

input type='radio' with aria-labelledby pointing to '' - Fail

input type='radio' with aria-label - Correct

input type='radio' with no label - Fail

input type='radio' with label-for pointing to valid ID - Correct

input type='radio' with label-for pointing to invalid ID - Fail

input type='radio' with title - Correct

span role='radio' with aria-labelledby pointing to valid ID - Correct

This is a label

span role='radio' with aria-labelledby pointing to invalid ID - Fail

Here is another label

span role='radio' with aria-labelledby pointing to valid ID but container is empty - Fail

span role='radio' with aria-labelledby pointing to '' - Fail

span role='radio' with aria-label - Correct

span role='radio' with no label - Fail

span role='radio' with label-for pointing to valid ID - Fail

span role='radio' with label-for pointing to invalid ID - Fail

span role='radio' with title - Correct

span role='radio' with text in the body - Correct

This is some text