| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util_test.extjs
|
| index e5bf76156b1045c5ede5b8fc0e2fdf4d309e66a9..40427225dbf7b93b36063f8d9d634974f3c57a2f 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util_test.extjs
|
| @@ -42,7 +42,7 @@
|
|
|
| basicDoc: function() {/*!
|
| <p><a href='#'></a>hello</p>
|
| - <h1><ul><li>a</ul><div role="group"><button></button></div></h1>
|
| + <h1><ul><li>a</ul><button></h1>
|
| */},
|
|
|
| secondDoc: function() {/*!
|
| @@ -72,7 +72,7 @@
|
| }
|
| });
|
| });
|
| -
|
| +
|
| TEST_F('AutomationUtilE2ETest', 'GetUniqueAncestors', function() {
|
| this.runWithLoadedTree(this.basicDoc, function(root) {
|
| var leftmost = root, rightmost = root;
|
|
|