blob: b88054ace28ae79380381c6024d80fd029940960 [file] [log] [blame]
This is not aria-selected. XYZ
This test ensures that the AXSelectedStateChanged notification is fired when the value for the aria-selected attribute changes in grid cells.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS axSelectable.isSelected is false
PASS axSelectable.children[0].isSelected is false
1 AXSelectedCellsChanged for element selectable
PASS axSelectable.isSelected is true
PASS axSelectable.children[0].isSelected is true
2 AXSelectedCellsChanged for element selectable
PASS axSelectable.isSelected is false
PASS axSelectable.children[0].isSelected is false
PASS successfullyParsed is true
TEST COMPLETE