| Index: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNodeWithAncestors-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNodeWithAncestors-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNodeWithAncestors-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8d4ea10afa48db4dfd254ebd5f493fdffd337a59
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNodeWithAncestors-expected.txt
|
| @@ -0,0 +1,169 @@
|
| +
|
| +result: {
|
| + "nodes": [
|
| + {
|
| + "nodeId": "<id>",
|
| + "ignored": false,
|
| + "role": {
|
| + "type": "role",
|
| + "value": "textbox"
|
| + },
|
| + "name": {
|
| + "type": "computedString",
|
| + "value": "",
|
| + "sources": [
|
| + {
|
| + "type": "relatedElement",
|
| + "attribute": "aria-labelledby"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "aria-label"
|
| + },
|
| + {
|
| + "type": "relatedElement",
|
| + "nativeSource": "label"
|
| + },
|
| + {
|
| + "type": "placeholder",
|
| + "attribute": "placeholder"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "title"
|
| + }
|
| + ]
|
| + },
|
| + "properties": [
|
| + {
|
| + "name": "invalid",
|
| + "value": {
|
| + "type": "token",
|
| + "value": "false"
|
| + }
|
| + },
|
| + {
|
| + "name": "multiline",
|
| + "value": {
|
| + "type": "boolean",
|
| + "value": false
|
| + }
|
| + },
|
| + {
|
| + "name": "readonly",
|
| + "value": {
|
| + "type": "boolean",
|
| + "value": false
|
| + }
|
| + },
|
| + {
|
| + "name": "required",
|
| + "value": {
|
| + "type": "boolean",
|
| + "value": false
|
| + }
|
| + }
|
| + ]
|
| + },
|
| + {
|
| + "nodeId": "<id>",
|
| + "ignored": false,
|
| + "role": {
|
| + "type": "role",
|
| + "value": "article"
|
| + },
|
| + "name": {
|
| + "type": "computedString",
|
| + "value": "Top story",
|
| + "sources": [
|
| + {
|
| + "type": "relatedElement",
|
| + "attribute": "aria-labelledby"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "value": {
|
| + "type": "computedString",
|
| + "value": "Top story"
|
| + },
|
| + "attribute": "aria-label",
|
| + "attributeValue": {
|
| + "type": "string",
|
| + "value": "Top story"
|
| + }
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "title",
|
| + "superseded": true
|
| + }
|
| + ]
|
| + },
|
| + "properties": []
|
| + },
|
| + {
|
| + "nodeId": "<id>",
|
| + "ignored": false,
|
| + "role": {
|
| + "type": "role",
|
| + "value": "main"
|
| + },
|
| + "name": {
|
| + "type": "computedString",
|
| + "value": "",
|
| + "sources": [
|
| + {
|
| + "type": "relatedElement",
|
| + "attribute": "aria-labelledby"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "aria-label"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "title"
|
| + }
|
| + ]
|
| + },
|
| + "properties": []
|
| + },
|
| + {
|
| + "nodeId": "<id>",
|
| + "ignored": false,
|
| + "role": {
|
| + "type": "internalRole",
|
| + "value": "WebArea"
|
| + },
|
| + "name": {
|
| + "type": "computedString",
|
| + "value": "",
|
| + "sources": [
|
| + {
|
| + "type": "relatedElement",
|
| + "attribute": "aria-labelledby"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "aria-label"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "aria-label",
|
| + "superseded": true
|
| + },
|
| + {
|
| + "type": "relatedElement",
|
| + "nativeSource": "title"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "title"
|
| + }
|
| + ]
|
| + },
|
| + "properties": []
|
| + }
|
| + ]
|
| +}
|
| +
|
|
|