input type='time' with no accessible name and role="presentation" - Correct
input type='time' with aria-labelledby pointing to valid ID - Correct
This is a label
input type='time' with aria-labelledby pointing to invalid ID - Fail
Here is another label
input type='time' with aria-labelledby pointing to valid ID but container is empty - Fail
input type='time' with aria-labelledby pointing to '' - Fail
input type='time' with aria-label - Correct
input type='time' with no label - Fail
input type='time' with label-for pointing to valid ID - Correct
And yet another label
input type='time' with label-for pointing to invalid ID - Fail
One more label
input type='time' with title - Correct