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

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

Issue 2446293002: Complete checked state announcements and clarify state usage (Closed)
Patch Set: Rebase tests. Created 4 years, 2 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
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 606bfe313337ca8d9dad61c66b7ce4f4586fcbbf..9e13d94a0f782b74c11ef52a903930cb8b62ef3b 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
@@ -644,15 +644,15 @@ TEST_F('BackgroundTest', 'Checkbox', function() {
mockFeedback.call(focus)
.expectSpeech('go')
.expectSpeech('Check box')
- .expectSpeech('not checked')
+ .expectSpeech('Not checked')
.call(click)
.expectSpeech('go')
.expectSpeech('Check box')
- .expectSpeech('checked')
+ .expectSpeech('Checked')
.call(click)
.expectSpeech('go')
.expectSpeech('Check box')
- .expectSpeech('not checked')
+ .expectSpeech('Not checked')
.replay();
});
});

Powered by Google App Engine
This is Rietveld 408576698