blob: 3325897d6ed19edd44ba0ff39222be19eeacea3e [file] [log] [blame]
a
b
This tests that aria-multiline will change the role of a text control from a text field to a text area.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS accessibilityController.accessibleElementById('textfield').role is 'AXRole: AXTextField'
PASS accessibilityController.accessibleElementById('textarea').role is 'AXRole: AXTextArea'
PASS successfullyParsed is true
TEST COMPLETE