blob: df430dfa0f4c6e8faca0243e698e751aecaf9144 [file] [log] [blame]
This tests that items with aria-selected are reported as selected children of the parent container.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
AXRole: AXTabGroup has 1 selected child(ren)
second (AXRole: AXRadioButton) isSelectable: true isSelected: true
AXRole: AXOutline has 2 selected child(ren)
first (AXRole: AXRow) isSelectable: true isSelected: true
third (AXRole: AXRow) isSelectable: true isSelected: true
AXRole: AXTable has 1 selected child(ren)
second (AXRole: AXRow) isSelectable: true isSelected: true
AXRole: AXTable has 2 selected child(ren)
first - level 2 (AXRole: AXRow) isSelectable: true isSelected: true
third - level 2 (AXRole: AXRow) isSelectable: true isSelected: true
PASS successfullyParsed is true
TEST COMPLETE