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

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

Issue 2008773002: Begin using ChromeVox Next to read tab and window titles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a bunch of tests. 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
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 8e13ecf993f5ffcbd61cb80292e97ebe283fcad8..676ccd60d54122beef758373f0b33b61bb48ce3e 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
@@ -228,7 +228,7 @@ TEST_F('BackgroundTest', 'InitialFocus', function() {
this.runWithLoadedTree('<a href="a">a</a>',
function(rootNode) {
mockFeedback.expectSpeech('data:text/html,<!doctype html>' +
- '<a href="a">a</a><!-- chromevox_next_test -->')
+ '<a href="a">a</a>')
.expectSpeech('a')
.expectSpeech('Link');
mockFeedback.replay();
@@ -473,8 +473,7 @@ TEST_F('BackgroundTest', 'ActiveOrInactive', function() {
.expectSpeech('Edit text');
mockFeedback.replay();
- }
- );
+ });
});
TEST_F('BackgroundTest', 'ModeSwitching', function() {

Powered by Google App Engine
This is Rietveld 408576698