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

Unified Diff: chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc

Issue 2530073002: Add kAccessibilityFocusFallsbackToWidget property (Closed)
Patch Set: Change test cases Created 4 years, 1 month 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 | ui/views/accessibility/ax_aura_obj_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc
diff --git a/chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc b/chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc
index d1f2c1f760c70454ac7d06bc8d0b7a510fc6bd55..dc8f0c162cc93bdd5ba9cc5c019166d99ad84bb5 100644
--- a/chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc
+++ b/chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc
@@ -500,6 +500,7 @@ IN_PROC_BROWSER_TEST_P(SpokenFeedbackTest, OverviewMode) {
break;
}
+ EXPECT_EQ(", window", speech_monitor_.GetNextUtterance());
dmazzoni 2016/11/29 17:50:17 Instead of adding this expectation, which may just
yawano 2016/11/30 10:55:54 Done.
EXPECT_EQ("Entered window overview mode", speech_monitor_.GetNextUtterance());
SendKeyPress(ui::VKEY_TAB);
@@ -534,8 +535,8 @@ IN_PROC_BROWSER_TEST_P(SpokenFeedbackTest, MAYBE_ChromeVoxShiftSearch) {
// Press Search+/ to enter ChromeVox's "find in page".
SendKeyPressWithSearch(ui::VKEY_OEM_2);
- EXPECT_EQ(", window", speech_monitor_.GetNextUtterance());
EXPECT_EQ("webView", speech_monitor_.GetNextUtterance());
dmazzoni 2016/11/29 17:50:17 Same, let's get rid of this expectation and just l
yawano 2016/11/30 10:55:54 Done.
+ EXPECT_EQ(", window", speech_monitor_.GetNextUtterance());
EXPECT_EQ("Find in page.", speech_monitor_.GetNextUtterance());
}
« no previous file with comments | « no previous file | ui/views/accessibility/ax_aura_obj_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698