| Index: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt
|
| index a9214236607c6bf22390964974427ba458cbb26e..8a24e38f31c7e3da464fea74110644fcbba6378a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt
|
| @@ -247,20 +247,43 @@ Content within label refers to label container
|
| "nodes": [
|
| {
|
| "nodeId": "<string>",
|
| - "ignored": true,
|
| - "ignoredReasons": [
|
| - {
|
| - "name": "emptyAlt",
|
| - "value": {
|
| - "type": "boolean",
|
| - "value": true
|
| - }
|
| - }
|
| - ],
|
| + "ignored": false,
|
| "role": {
|
| "type": "role",
|
| "value": "img"
|
| - }
|
| + },
|
| + "name": {
|
| + "type": "computedString",
|
| + "value": "",
|
| + "sources": [
|
| + {
|
| + "type": "relatedElement",
|
| + "attribute": "aria-labelledby"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "aria-label"
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "value": {
|
| + "type": "computedString",
|
| + "value": ""
|
| + },
|
| + "attribute": "alt",
|
| + "attributeValue": {
|
| + "type": "string",
|
| + "value": ""
|
| + }
|
| + },
|
| + {
|
| + "type": "attribute",
|
| + "attribute": "title",
|
| + "superseded": true
|
| + }
|
| + ]
|
| + },
|
| + "properties": []
|
| }
|
| ]
|
| }
|
|
|