| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
|
| index e2ff9330476a393d7f8b9538c7e3420a9aa8214d..9656c74327c633f922e141d1b0d2843d4c3dd48a 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
|
| @@ -31,8 +31,10 @@
|
| <div id="speech"></div>
|
| </div>
|
| <div id="braille-container">
|
| - <div id="braille-text"></div>
|
| - <div id="braille-cells"></div>
|
| + <table id="braille-table">
|
| + <tr></tr><tr></tr>
|
| + </table>
|
| + </div>
|
| </div>
|
| <div id="search-container">
|
| <input class="i18n" msgid="search_widget_intro" id="search" type="search"></input>
|
|
|