blob: 9d5e84b77fba525d0a1778edb916f527060f6310 [file] [log] [blame]
column column column
row
This tests that aria-sort is exposed correctly to the iOS accessibility API.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS col1.stringAttributeValue('AXSortDirection') is 'ascending'
PASS col2.stringAttributeValue('AXSortDirection') is 'descending'
PASS col3.stringAttributeValue('AXSortDirection') is 'other'
PASS row1.stringAttributeValue('AXSortDirection') is null
PASS successfullyParsed is true
TEST COMPLETE