| Index: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt
|
| index 6f1f91ad6c671af7098e5eaf74b1f399771c2726..fed8c0bc2c2ba4637a7c0309294b46236487065f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt
|
| @@ -4,91 +4,97 @@ Non-hidden element inside dialog
|
| {
|
| "id": "<int>",
|
| "result": {
|
| - "accessibilityNode": {
|
| - "nodeId": "<string>",
|
| - "ignored": true,
|
| - "ignoredReasons": [
|
| - {
|
| - "name": "activeModalDialog",
|
| - "value": {
|
| - "type": "idref",
|
| - "relatedNodes": [
|
| - {
|
| - "nodeResult": "dialog"
|
| - }
|
| - ]
|
| + "nodes": [
|
| + {
|
| + "nodeId": "<string>",
|
| + "ignored": true,
|
| + "ignoredReasons": [
|
| + {
|
| + "name": "activeModalDialog",
|
| + "value": {
|
| + "type": "idref",
|
| + "relatedNodes": [
|
| + {
|
| + "nodeResult": "dialog"
|
| + }
|
| + ]
|
| + }
|
| }
|
| + ],
|
| + "role": {
|
| + "type": "internalRole",
|
| + "value": "Div"
|
| }
|
| - ],
|
| - "role": {
|
| - "type": "internalRole",
|
| - "value": "Div"
|
| }
|
| - }
|
| + ]
|
| }
|
| }
|
| {
|
| "id": "<int>",
|
| "result": {
|
| - "accessibilityNode": {
|
| - "nodeId": "<string>",
|
| - "ignored": false,
|
| - "role": {
|
| - "type": "role",
|
| - "value": "dialog"
|
| - },
|
| - "name": {
|
| - "type": "computedString",
|
| - "value": "",
|
| - "sources": [
|
| - {
|
| - "type": "relatedElement",
|
| - "attribute": "aria-labelledby"
|
| - },
|
| - {
|
| - "type": "attribute",
|
| - "attribute": "aria-label"
|
| - },
|
| - {
|
| - "type": "attribute",
|
| - "attribute": "title"
|
| - }
|
| - ]
|
| - },
|
| - "properties": []
|
| - }
|
| + "nodes": [
|
| + {
|
| + "nodeId": "<string>",
|
| + "ignored": false,
|
| + "role": {
|
| + "type": "role",
|
| + "value": "dialog"
|
| + },
|
| + "name": {
|
| + "type": "computedString",
|
| + "value": "",
|
| + "sources": [
|
| + {
|
| + "type": "relatedElement",
|
| + "attribute": "aria-labelledby"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "aria-label"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "title"
|
| + }
|
| + ]
|
| + },
|
| + "properties": []
|
| + }
|
| + ]
|
| }
|
| }
|
| {
|
| "id": "<int>",
|
| "result": {
|
| - "accessibilityNode": {
|
| - "nodeId": "<string>",
|
| - "ignored": false,
|
| - "role": {
|
| - "type": "internalRole",
|
| - "value": "Div"
|
| - },
|
| - "name": {
|
| - "type": "computedString",
|
| - "value": "",
|
| - "sources": [
|
| - {
|
| - "type": "relatedElement",
|
| - "attribute": "aria-labelledby"
|
| - },
|
| - {
|
| - "type": "attribute",
|
| - "attribute": "aria-label"
|
| - },
|
| - {
|
| - "type": "attribute",
|
| - "attribute": "title"
|
| - }
|
| - ]
|
| - },
|
| - "properties": []
|
| - }
|
| + "nodes": [
|
| + {
|
| + "nodeId": "<string>",
|
| + "ignored": false,
|
| + "role": {
|
| + "type": "internalRole",
|
| + "value": "Div"
|
| + },
|
| + "name": {
|
| + "type": "computedString",
|
| + "value": "",
|
| + "sources": [
|
| + {
|
| + "type": "relatedElement",
|
| + "attribute": "aria-labelledby"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "aria-label"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "title"
|
| + }
|
| + ]
|
| + },
|
| + "properties": []
|
| + }
|
| + ]
|
| }
|
| }
|
|
|
|
|