| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| index a4e9576f5648b704ecf2da3118ec438c295a7e79..eabbb5b86e4d05b28e88372c86397d213f4a48d9 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -440,7 +440,7 @@ Output.RULES = {
|
| },
|
| textField: {
|
| speak: '$name $value $if(' +
|
| - '$type, @input_type_+$type, @input_type_text)',
|
| + '$inputType, @input_type_+$inputType, @input_type_text)',
|
| braille: ''
|
| },
|
| toolbar: {
|
|
|