| Index: chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
|
| index bd1684ef0a0a5c3feccb80f4ec461c8dca6a4884..3b46331a0fc87caf31d8629ce001556ca0746f7f 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
|
| @@ -66,10 +66,7 @@ ChromeVoxNextE2ETest.prototype = {
|
| };
|
| r.addEventListener('focus', listener, true);
|
| r.addEventListener('loadComplete', listener, true);
|
| - var createParams = {
|
| - active: true,
|
| - url: url
|
| - };
|
| + var createParams = {active: true, url: url};
|
| chrome.tabs.create(createParams);
|
| }.bind(this));
|
| },
|
|
|