chromium/third_party/blink/web_tests/accessibility/aria-list-and-listitem-expected.txt

This tests that the ARIA roles of list and listitem map correctly to accessibility roles.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

container.childAtIndex(0).role = AXRole: AXList
container.childAtIndex(0).childAtIndex(0).role = AXRole: AXListItem
container.childAtIndex(0).childAtIndex(1).role = AXRole: AXListItem
PASS successfullyParsed is true

TEST COMPLETE