On the Mac, AX_EVENT_LOAD_COMPLETE should only be fired on the top document.
In Apple's WebKit, AXLayoutComplete, and not AXLoadComplete, fires when an iframe loads. I am not sure if it also fires when an iframe finishes layout, so we should leave the |ui::AX_EVENT_LAYOUT_COMPLETE| case in for now.
BUG=
637895
TESTED=Voiceover
R=dmazzoni@chromium.org
Committed:
https://crrev.com/a95b71765f7160f1e5d7b09ede730d223492a595
Cr-Commit-Position: refs/heads/master@{#415413}