Various iframe label examples
iframe with aria-label - Correct
iframe with aria-labelledby - Correct
This is a label for the iframe
iframe with title - Correct
iframe with label for - Fail
iframe with no label - Fail
iframe with title set to "title" - Fail
iframe with aria-label set to "iframe" - Fail
iframe with aria-labelledby set to "top" - Fail
top
iframe with title set to "bottom" - Fail
iframe with aria-label set to "left" - Fail
iframe with aria-labelledby set to "right" - Fail
right