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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/dom_util_test.unitjs

Issue 1362223003: Improve braille related message descriptions and clean up message handling in Chromevox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inputtypeexception
Patch Set: Move another braille message to Msgs.Untranslated Created 5 years, 3 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/common/dom_util_test.unitjs
diff --git a/chrome/browser/resources/chromeos/chromevox/common/dom_util_test.unitjs b/chrome/browser/resources/chromeos/chromevox/common/dom_util_test.unitjs
index 32b0c26b957fd1bf983e37526390fa77343ea991..b77b36676fa5b7ba5c6007a02abc2ed32a1e2478 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/dom_util_test.unitjs
+++ b/chrome/browser/resources/chromeos/chromevox/common/dom_util_test.unitjs
@@ -20,12 +20,12 @@ CvoxDomUtilUnitTest.prototype = {
'cvox.ChromeVox',
'cvox.DescriptionUtil',
'cvox.DomUtil',
- 'cvox.TestMsgs',
+ 'TestMsgs',
],
/** @override */
setUp: function() {
- cvox.ChromeVox.msgs = new cvox.TestMsgs();
+ Msgs = TestMsgs;
},
asText_: function(node) {

Powered by Google App Engine
This is Rietveld 408576698