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

Unified Diff: chrome/common/extensions/api/automation.idl

Issue 2707263011: Test aria-pressed=mixed on windows (Closed)
Patch Set: git cl try Created 3 years, 7 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/common/extensions/api/automation.idl
diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
index 4c6e957966b3bf13197774471f196679cd891c06..27f34392120e0fb5e02775d4efbcb984d3e6e6f9 100644
--- a/chrome/common/extensions/api/automation.idl
+++ b/chrome/common/extensions/api/automation.idl
@@ -216,7 +216,6 @@
multiline,
multiselectable,
offscreen,
- pressed,
protected,
readOnly,
required,
@@ -657,6 +656,10 @@
// 'false' | 'true' | 'mixed'
DOMString? checked;
+ // Tri-state describing toggle button:
+ // 'false' | 'true' | 'mixed'
+ DOMString? pressed;
+
// The RGBA foreground color of this subtree, as an integer.
long? color;

Powered by Google App Engine
This is Rietveld 408576698