| 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 1797d56caaf1ab036adc9ae7faf331e7ae91f134..847f58a2b3e0656ddd6153665193ac649cae7e02 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| @@ -25,6 +25,9 @@ BackgroundTest.prototype = {
|
| ChromeVoxState.instance.toggleNext(true);
|
| window.RoleType = chrome.automation.RoleType;
|
| window.doCmd = this.doCmd;
|
| +
|
| + // Reset notifications so only explicit mode changes can cause them to trigger.
|
| + Notifications.reset();
|
| },
|
|
|
| /**
|
|
|