blob: 4fadb7e729fae46109f817e8f3a5818c05b57baa [file] [log] [blame]
1
1
1
This test makes sure that a checkbox (ARIA or otherwise) returns its status through accessibilityValue
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS accessibilityController.focusedElement.stringValue is 'AXValue: 0'
PASS accessibilityController.focusedElement.stringValue is 'AXValue: 1'
PASS accessibilityController.focusedElement.stringValue is 'AXValue: 2'
PASS accessibilityController.focusedElement.stringValue is 'AXValue: 1'
PASS accessibilityController.focusedElement.stringValue is 'AXValue: 0'
PASS successfullyParsed is true
TEST COMPLETE