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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs

Issue 1935993003: SELECT element: Ignore synthetic events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix openPicker() Created 4 years, 8 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 | chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
index 5b1b4572056ebb66c4f0f587998c0742f0f54d19..f00ba6c8540d73650250fcd1f350e77275f4395b 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
@@ -192,23 +192,6 @@ TEST_F('BackgroundTest', 'CaretNavigation', function() {
});
});
-TEST_F('BackgroundTest', 'SelectSingleBasic', function() {
- var mockFeedback = this.createMockFeedback();
- this.runWithLoadedTree(this.formsDoc, function() {
- var sendDownToSelect =
- this.sendKeyToElement.bind(this, undefined, 'Down', '#fruitSelect');
- mockFeedback.expectSpeech('apple', 'has pop up', 'Collapsed')
- .expectBraille('apple btn +popup +')
- .call(sendDownToSelect)
- .expectSpeech('grape', /2 of 3/)
- .expectBraille('grape mnuitm 2/3')
- .call(sendDownToSelect)
- .expectSpeech('banana', /3 of 3/)
- .expectBraille('banana mnuitm 3/3');
- mockFeedback.replay();
- });
-});
-
TEST_F('BackgroundTest', 'ContinuousRead', function() {
var mockFeedback = this.createMockFeedback();
this.runWithLoadedTree(this.linksAndHeadingsDoc, function() {
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698