| Index: chrome/browser/resources/chromeos/chromevox/common/aria_util_test.unitjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/common/aria_util_test.unitjs b/chrome/browser/resources/chromeos/chromevox/common/aria_util_test.unitjs
|
| index 0206ef938e0e4b6f020b88ab4a3e010e6623d29d..bf13830445be48acfeb592ed80c19ae561874e01 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/aria_util_test.unitjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/aria_util_test.unitjs
|
| @@ -32,7 +32,7 @@ TEST_F('CvoxAriaUtilUnitTest', 'GetStateGridWithActiveCell', function() {
|
| */});
|
| assertThat(
|
| cvox.AriaUtil.getStateMsgs($('grid'), true),
|
| - eqJSON([['aria_role_gridcell_pos', 1, 1]]));
|
| + eqJSON([['role_gridcell_pos', 1, 1]]));
|
| });
|
|
|
| TEST_F('CvoxAriaUtilUnitTest', 'GetActiveDescendant', function() {
|
|
|