| Index: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-expected.txt
|
| index af31da6345c27e81ee03bb46e0ba820f79f9fc38..180882fe130897c6d837a4a23224510178bee531 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-expected.txt
|
| @@ -1,68 +1,70 @@
|
|
|
| result: {
|
| - "accessibilityNode": {
|
| - "nodeId": "3",
|
| - "ignored": false,
|
| - "role": {
|
| - "type": "role",
|
| - "value": "textbox"
|
| - },
|
| - "name": {
|
| - "type": "computedString",
|
| - "value": "",
|
| - "sources": [
|
| - {
|
| - "type": "relatedElement",
|
| - "attribute": "aria-labelledby"
|
| - },
|
| + "nodes": [
|
| + {
|
| + "nodeId": "3",
|
| + "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": [
|
| {
|
| - "type": "attribute",
|
| - "attribute": "aria-label"
|
| + "name": "invalid",
|
| + "value": {
|
| + "type": "token",
|
| + "value": "false"
|
| + }
|
| },
|
| {
|
| - "type": "relatedElement",
|
| - "nativeSource": "label"
|
| + "name": "multiline",
|
| + "value": {
|
| + "type": "boolean",
|
| + "value": false
|
| + }
|
| },
|
| {
|
| - "type": "placeholder",
|
| - "attribute": "placeholder"
|
| + "name": "readonly",
|
| + "value": {
|
| + "type": "boolean",
|
| + "value": false
|
| + }
|
| },
|
| {
|
| - "type": "attribute",
|
| - "attribute": "title"
|
| + "name": "required",
|
| + "value": {
|
| + "type": "boolean",
|
| + "value": false
|
| + }
|
| }
|
| ]
|
| - },
|
| - "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
|
| - }
|
| - }
|
| - ]
|
| - }
|
| + }
|
| + ]
|
| }
|
|
|
|
|