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