| Index: chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager_test.unitjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager_test.unitjs b/chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager_test.unitjs
|
| index 1fe4df48a11aca19363844248bba3d51f7954c5f..0879b0fe6e673513564cba27570cadc6889f94c0 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager_test.unitjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager_test.unitjs
|
| @@ -49,7 +49,7 @@ CvoxBrailleDisplayManagerUnitTest.prototype = {
|
| },
|
|
|
| displayAvailable: function() {
|
| - this.displayState = {available: true, textCellCount: this.DISPLAY_SIZE};
|
| + this.displayState = {available: true, textRowCount: 1, textColumnCount: this.DISPLAY_SIZE};
|
| },
|
|
|
| /**
|
|
|