Implemented IAccessible2 reverse relations.
Only ones missing are IA2_RELATION_CHILD_OF and IA2_RELATION_PARENT_OF which are used for indicating aria-owns relationships and the parent-child relationships in trees.
Since the aria-owns requirement is obsolete, the remaining part is to implement parent - child relationships in trees.
BUG=
619440
R=dmazzoni@chromium.org
Committed:
https://crrev.com/70770adcfe2262b6886e19ac445d7c791892d011
Cr-Commit-Position: refs/heads/master@{#402485}