blob: ee5acb53a8ebed1d267e2e8c4a5b7c142e81ab7e [file] [log] [blame]
Header
Item 1
This tests that in an aria table with CSS that makes a row anonymous, the cells can be accessed.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS cell00.role is 'AXRole: AXCell'
PASS cell01.role is 'AXRole: AXCell'
PASS cell00.isEqual(table.rowAtIndex(0).childAtIndex(0)) is true
PASS cell01.isEqual(table.rowAtIndex(1).childAtIndex(0)) is true
PASS successfullyParsed is true
TEST COMPLETE