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

Unified Diff: chrome/browser/resources/chromeos/chromevox/walkers/layout_line_walker_test.unitjs

Issue 1306773003: Make earcon ids strings instead of numbers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_unused_earcons
Patch Set: Fixed test Created 5 years, 4 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/walkers/layout_line_walker_test.unitjs
diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/layout_line_walker_test.unitjs b/chrome/browser/resources/chromeos/chromevox/walkers/layout_line_walker_test.unitjs
index 56143d28d87133c8e774cc09e2630e85c283f6a2..70c16d7b039e80d0422278a7288f6fd2850988bb 100644
--- a/chrome/browser/resources/chromeos/chromevox/walkers/layout_line_walker_test.unitjs
+++ b/chrome/browser/resources/chromeos/chromevox/walkers/layout_line_walker_test.unitjs
@@ -63,7 +63,7 @@ CvoxLayoutLineWalkerUnitTest.prototype = {
'userValue': '', 'annotation': '', 'earcons': [], 'personality': null,
'hint': '', 'category': null},
{'context': '', 'text': 'google', 'userValue': '', 'annotation': 'Link',
- 'earcons': [cvox.AbstractEarcons.LINK], 'personality': null,
+ 'earcons': [cvox.Earcon.LINK], 'personality': null,
hint: '', 'category': null},
{'context': '', 'text': 'are considered a single layout line.',
'userValue': '', 'annotation': '', 'earcons': [], 'personality': null,
@@ -78,7 +78,7 @@ CvoxLayoutLineWalkerUnitTest.prototype = {
'text': 'Wikipedia',
'userValue': '',
'annotation': 'Link',
- 'earcons': [cvox.AbstractEarcons.LINK],
+ 'earcons': [cvox.Earcon.LINK],
'personality': null,
'hint': '', 'category': null},
{'context': '', 'text':

Powered by Google App Engine
This is Rietveld 408576698