| Index: chrome/renderer/resources/extensions/automation/automation_node.js
|
| diff --git a/chrome/renderer/resources/extensions/automation/automation_node.js b/chrome/renderer/resources/extensions/automation/automation_node.js
|
| index 15b722570a53cce1a08e750c559672d4226247d3..e9a46ef6bddf4c7dfff2cf9398fc6165e81c1fc3 100644
|
| --- a/chrome/renderer/resources/extensions/automation/automation_node.js
|
| +++ b/chrome/renderer/resources/extensions/automation/automation_node.js
|
| @@ -680,6 +680,7 @@ AutomationNodeImpl.prototype = {
|
| var stringAttributes = [
|
| 'accessKey',
|
| 'ariaInvalidValue',
|
| + 'checked',
|
| 'containerLiveRelevant',
|
| 'containerLiveStatus',
|
| 'description',
|
| @@ -696,7 +697,6 @@ var stringAttributes = [
|
|
|
| var boolAttributes = [
|
| 'ariaReadonly',
|
| - 'buttonMixed',
|
| 'containerLiveAtomic',
|
| 'containerLiveBusy',
|
| 'liveAtomic',
|
|
|