| Index: LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt
|
| diff --git a/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt b/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..563dc097425bf6d0695e2d509048b3e342859c46
|
| --- /dev/null
|
| +++ b/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt
|
| @@ -0,0 +1,57 @@
|
| +Hidden by modal dialog
|
| +(Dialog itself is not hidden)
|
| +Non-hidden element inside dialog
|
| +#_1: {
|
| + "id": "<int>",
|
| + "result": {
|
| + "accessibilityNode": {
|
| + "nodeId": "<string>",
|
| + "ignored": true,
|
| + "role": {
|
| + "type": "internalRole",
|
| + "value": "Div"
|
| + },
|
| + "ignoredReasons": [
|
| + {
|
| + "name": "activeModalDialog",
|
| + "value": {
|
| + "type": "idref",
|
| + "relatedNodeValue": {
|
| + "backendNodeId": "<string>",
|
| + "idref": "_2"
|
| + }
|
| + }
|
| + }
|
| + ]
|
| + }
|
| + }
|
| +}
|
| +#_2: {
|
| + "id": "<int>",
|
| + "result": {
|
| + "accessibilityNode": {
|
| + "nodeId": "<string>",
|
| + "ignored": false,
|
| + "role": {
|
| + "type": "role",
|
| + "value": "dialog"
|
| + },
|
| + "properties": []
|
| + }
|
| + }
|
| +}
|
| +#_3: {
|
| + "id": "<int>",
|
| + "result": {
|
| + "accessibilityNode": {
|
| + "nodeId": "<string>",
|
| + "ignored": false,
|
| + "role": {
|
| + "type": "internalRole",
|
| + "value": "Div"
|
| + },
|
| + "properties": []
|
| + }
|
| + }
|
| +}
|
| +
|
|
|