| 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 e25a9c239b6f780c834bb0cd85b7bff4e2cfc996..ed92f7fb6ae26f9dd1e6911e590e8a843ae6ec65 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -4279,7 +4279,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."
|
| },
|
| {
|
| @@ -4303,7 +4303,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."
|
| },
|
| {
|
|
|