| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| index 308ca5af20879ccb2c44534ccb42a4278b40bc42..10324ab6833751afc569cf3d534df65deebb49e9 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| @@ -809,7 +809,9 @@ TEST_F('BackgroundTest', 'EditText', function() {
|
| TEST_F('BackgroundTest', 'BackwardForwardSync', function() {
|
| var mockFeedback = this.createMockFeedback();
|
| this.runWithLoadedTree(function() {/*!
|
| - <div role="group" tabindex=0><input type="text"></input></div>
|
| + <div aria-label="Group" role="group" tabindex=0>
|
| + <input type="text"></input>
|
| + </div>
|
| <ul>
|
| <li tabindex=0>
|
| <button>ok</button>
|
|
|