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

Unified Diff: content/browser/accessibility/touch_accessibility_aura_browsertest.cc

Issue 2036493002: Handle touch accessibility in PageWidgetDelegate instead of WebViewImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@touch_exploration_test
Patch Set: Created 4 years, 7 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 | third_party/WebKit/Source/web/PageWidgetDelegate.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/touch_accessibility_aura_browsertest.cc
diff --git a/content/browser/accessibility/touch_accessibility_aura_browsertest.cc b/content/browser/accessibility/touch_accessibility_aura_browsertest.cc
index 5f7d67de9ab6f1511284e115e04be59e4da06433..d81e42bd4260ec38459844ed3ced558e3606bcb8 100644
--- a/content/browser/accessibility/touch_accessibility_aura_browsertest.cc
+++ b/content/browser/accessibility/touch_accessibility_aura_browsertest.cc
@@ -149,7 +149,7 @@ IN_PROC_BROWSER_TEST_F(TouchAccessibilityBrowserTest,
}
IN_PROC_BROWSER_TEST_F(TouchAccessibilityBrowserTest,
- DISABLED_TouchExplorationInCrossSiteIframe) {
+ TouchExplorationInCrossSiteIframe) {
NavigateToUrlAndWaitForAccessibilityTree(
embedded_test_server()->GetURL(
"/accessibility/html/iframe-coordinates-cross-process.html"));
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/PageWidgetDelegate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698