Chromium Code Reviews| 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 543ed831cc0d0fb8cf995475ab66c59b036d6f9a..c246a11ee58f1e4b224d576ceea2f7071d1aaed7 100644 |
| --- a/chrome/renderer/resources/extensions/automation/automation_node.js |
| +++ b/chrome/renderer/resources/extensions/automation/automation_node.js |
| @@ -735,12 +735,16 @@ var intAttributes = [ |
| 'scrollYMin', |
| 'setSize', |
| 'tableCellColumnIndex', |
| + 'ariaCellColumnIndex', |
| 'tableCellColumnSpan', |
| 'tableCellRowIndex', |
| + 'ariaCellRowIndex', |
| 'tableCellRowSpan', |
| 'tableColumnCount', |
| + 'ariaColumnCount', |
| 'tableColumnIndex', |
| 'tableRowCount', |
| + 'ariaRowCount', |
| 'tableRowIndex', |
| 'textSelEnd', |
| 'textSelStart']; |