blob: 4cf247cb9c49346e429feab1a4c830582d85a021 [file] [log] [blame]
Some text Some other text
aria
labelledby
Some text
This tests that the aria-label attribute works on element.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS titleUIElement1.isEqual(accessibilityController.accessibleElementById('label1')) is true
PASS input1.title is 'AXTitle: aria label'
PASS titleUIElement2.isEqual(accessibilityController.accessibleElementById('label2')) is true
PASS input3.title is 'AXTitle: hidden aria label'
PASS input4.title is 'AXTitle: aria labelledby'
PASS successfullyParsed is true
TEST COMPLETE