| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index ad416b6dc18f1f0b6800375ca7ba83063c4a08ef..6e6306437c8f50855aad66976b3649ac0505ffe7 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -4293,7 +4293,7 @@
|
| {
|
| "id": "AXGlobalStates",
|
| "type": "string",
|
| - "enum": [ "disabled", "hidden", "hiddenRoot", "invalid" ],
|
| + "enum": [ "disabled", "hidden", "hiddenRoot", "invalid", "keyshortcuts", "roledescription" ],
|
| "description": "States which apply to every AX node."
|
| },
|
| {
|
| @@ -4317,7 +4317,7 @@
|
| {
|
| "id": "AXRelationshipAttributes",
|
| "type": "string",
|
| - "enum": [ "activedescendant", "flowto", "controls", "describedby", "labelledby", "owns" ],
|
| + "enum": [ "activedescendant", "controls", "describedby", "details", "errormessage", "flowto", "labelledby", "owns" ],
|
| "description": "Relationships between elements other than parent/child/sibling."
|
| },
|
| {
|
|
|