blob: b02ef26cb5cca4e89bdb3a7d7869d1993d1af64f [file] [log] [blame]
This tests that when an auto fill element is removed we won't crash accessing an old value.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS axTextField.childrenCount === 2
PASS axTextField.childAtIndex(expectedChildrenCount - 1).description === 'AXDescription: contact info AutoFill'
PASS axTextField.childrenCount === 1
PASS successfullyParsed is true
TEST COMPLETE