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

Unified Diff: components/test_runner/web_test_proxy.cc

Issue 1375703002: Fire accessibility hover events when the touch exploration flag is set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use asserts instead of checks in test Created 5 years, 3 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 | content/browser/accessibility/touch_accessibility_aura_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_test_proxy.cc
diff --git a/components/test_runner/web_test_proxy.cc b/components/test_runner/web_test_proxy.cc
index aa72173faa7a4c3afcc21f5676dbdaccda627814..1dc3bf2d2fa24d8cac96d9f99ead835293bee3a7 100644
--- a/components/test_runner/web_test_proxy.cc
+++ b/components/test_runner/web_test_proxy.cc
@@ -819,6 +819,9 @@ void WebTestProxyBase::PostAccessibilityEvent(const blink::WebAXObject& obj,
case blink::WebAXEventHide:
event_name = "Hide";
break;
+ case blink::WebAXEventHover:
+ event_name = "Hover";
+ break;
case blink::WebAXEventInvalidStatusChanged:
event_name = "InvalidStatusChanged";
break;
« no previous file with comments | « no previous file | content/browser/accessibility/touch_accessibility_aura_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698