blob: 11e0622144b07506aac0fece253fdd24d606b86d [file] [log] [blame]
option 1
option 2
This tests that the aria 'option' role works as expected. That is, it becomes a static text element with no children.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
firstChild.role is AXRole: AXListItem
firstChild.title is AXTitle: option 1
secondChild.role is AXRole: AXListItem
secondChild.title is AXTitle: label 2
PASS firstChild.childrenCount is 0
PASS secondChild.childrenCount is 0
PASS successfullyParsed is true
TEST COMPLETE