Commit c7c6f860 authored by dmazzoni's avatar dmazzoni Committed by Commit bot

Add test_runner support for new accessibility event

Depends on: https://codereview.chromium.org/1020473004

BUG=323462

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

Cr-Commit-Position: refs/heads/master@{#322583}
parent 83e08f5e
......@@ -783,6 +783,9 @@ void WebTestProxyBase::PostAccessibilityEvent(const blink::WebAXObject& obj,
case blink::WebAXEventMenuListItemSelected:
event_name = "MenuListItemSelected";
break;
case blink::WebAXEventMenuListItemUnselected:
event_name = "MenuListItemUnselected";
break;
case blink::WebAXEventMenuListValueChanged:
event_name = "MenuListValueChanged";
break;
......
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