| OLD | NEW |
| 1 Hidden by modal dialog | 1 Hidden by modal dialog |
| 2 (Dialog itself is not hidden) | 2 (Dialog itself is not hidden) |
| 3 Non-hidden element inside dialog | 3 Non-hidden element inside dialog |
| 4 { | 4 { |
| 5 "nodeId": "<string>", | 5 "nodeId": "<string>", |
| 6 "ignored": true, | 6 "ignored": true, |
| 7 "ignoredReasons": [ | 7 "ignoredReasons": [ |
| 8 { | 8 { |
| 9 "name": "activeModalDialog", | 9 "name": "activeModalDialog", |
| 10 "value": { | 10 "value": { |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 } | 57 } |
| 58 } | 58 } |
| 59 ], | 59 ], |
| 60 "domNode": "dialog" | 60 "domNode": "dialog" |
| 61 } | 61 } |
| 62 { | 62 { |
| 63 "nodeId": "<string>", | 63 "nodeId": "<string>", |
| 64 "ignored": false, | 64 "ignored": false, |
| 65 "role": { | 65 "role": { |
| 66 "type": "internalRole", | 66 "type": "internalRole", |
| 67 "value": "Div" | 67 "value": "GenericContainer" |
| 68 }, | 68 }, |
| 69 "name": { | 69 "name": { |
| 70 "type": "computedString", | 70 "type": "computedString", |
| 71 "value": "", | 71 "value": "", |
| 72 "sources": [ | 72 "sources": [ |
| 73 { | 73 { |
| 74 "type": "relatedElement", | 74 "type": "relatedElement", |
| 75 "attribute": "aria-labelledby" | 75 "attribute": "aria-labelledby" |
| 76 }, | 76 }, |
| 77 { | 77 { |
| 78 "type": "attribute", | 78 "type": "attribute", |
| 79 "attribute": "aria-label" | 79 "attribute": "aria-label" |
| 80 }, | 80 }, |
| 81 { | 81 { |
| 82 "type": "attribute", | 82 "type": "attribute", |
| 83 "attribute": "title" | 83 "attribute": "title" |
| 84 } | 84 } |
| 85 ] | 85 ] |
| 86 }, | 86 }, |
| 87 "properties": [], | 87 "properties": [], |
| 88 "domNode": "div" | 88 "domNode": "div" |
| 89 } | 89 } |
| 90 | 90 |
| OLD | NEW |