Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2356)

Unified Diff: content/shell/renderer/test_runner/web_test_proxy.cc

Issue 1015403002: Add test_runner support for new accessibility event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/web_test_proxy.cc
diff --git a/content/shell/renderer/test_runner/web_test_proxy.cc b/content/shell/renderer/test_runner/web_test_proxy.cc
index 37aa1f7bfaf859ddb2a809c3fcb91fe071f6d810..1ef6f85164c7b59ca327785e6fd741361a1e352c 100644
--- a/content/shell/renderer/test_runner/web_test_proxy.cc
+++ b/content/shell/renderer/test_runner/web_test_proxy.cc
@@ -755,6 +755,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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698