blob: 1eb91dd54e2b66b164b7e77b842a766d7d34db64 [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".
cell00.role is AXRole: AXCell
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