blob: 225443d8f8b6daac9a65946ccc1d35e1d0ec5ffc [file] [log] [blame]
OK
This tests that changing the selection in a non-focused combo box doesn't result in erroneous focus claims.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Changing focus to button.
AXFocusedUIElementChanged: AXRole: AXButton
Focused element is: AXRole: AXButton
Changing selected item in non-focused combobox.
AXMenuItemSelected: AXRole: AXMenu
Selected item is: AXTitle: four
Focused element is: AXRole: AXButton
Changing selected item in non-focused combobox.
AXMenuItemSelected: AXRole: AXMenu
Selected item is: AXTitle: three
Focused element is: AXRole: AXButton
PASS successfullyParsed is true
TEST COMPLETE