Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2362)

Unified Diff: chrome/renderer/resources/extensions/automation/automation_node.js

Issue 1162263008: Exposes datetime attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-upload due to browser_accessibility_cocoa.mm Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 3f348a34bd282e26ed9ff4a1aa972604208d13e5..11ac8d8a3b065b5e292df2df259d81716aa3c95f 100644
--- a/chrome/renderer/resources/extensions/automation/automation_node.js
+++ b/chrome/renderer/resources/extensions/automation/automation_node.js
@@ -472,7 +472,7 @@ var ScrollableMixinAttributes = {
var EditableTextMixinAttributes = {
textSelStart: defaultIntAttribute(-1),
textSelEnd: defaultIntAttribute(-1),
- textInputType: defaultStringAttribute()
+ type: defaultHtmlAttribute()
};
var RangeMixinAttributes = {

Powered by Google App Engine
This is Rietveld 408576698