Commit 1915812c authored by dmazzoni's avatar dmazzoni Committed by Commit bot

Implement test runner AX API to show context menu.

BUG=479533
TBR=dtseng

Review URL: https://codereview.chromium.org/1094103006

Cr-Commit-Position: refs/heads/master@{#330403}
parent 68d401dd
......@@ -1136,6 +1136,7 @@ void WebAXObjectProxy::Decrement() {
}
void WebAXObjectProxy::ShowMenu() {
accessibility_object_.showContextMenu();
}
void WebAXObjectProxy::Press() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment