| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/tree_walker_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/tree_walker_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/tree_walker_test.extjs
|
| index 5b91ad396a37edd9a5d3cfaf15a284ebe4413b90..385190352643c54a6fee48e603071dd50d5baf5a 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/tree_walker_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/tree_walker_test.extjs
|
| @@ -126,6 +126,7 @@ TEST_F('AutomationTreeWalkerTest', 'RootLeafRestriction', function() {
|
| var walker = new AutomationTreeWalker(node2, 'forward', restrictions);
|
| while (walker.next().node) {}
|
| assertEquals('35', visited);
|
| + assertEquals(AutomationTreeWalkerPhase.OTHER, walker.phase);
|
|
|
| // And the reverse.
|
| // Note that walking into a root is allowed.
|
|
|