blob: 4787fb131705b8383f81ece2376f5e002dfa1208 [file] [log] [blame]
This tests that a button should not have AXRequired and should not have AXValue returned.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS button.isAttributeSupported('AXValue') is false
PASS button.isAttributeSupported('AXRequired') is false
PASS successfullyParsed is true
TEST COMPLETE