Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / aria-list-and-listitem-expected.txt
bloba758ae36c739ebf29d48b8cd3bc0b8bfd0dde996
3 This tests that the ARIA roles of list and listitem map correctly to Mac accessibility roles.
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 obj.childAtIndex(0).role = AXRole: AXList
9 obj.childAtIndex(0).childAtIndex(0).role = AXRole: AXListItem
10 obj.childAtIndex(0).childAtIndex(1).role = AXRole: AXListItem
11 PASS successfullyParsed is true
13 TEST COMPLETE