| OLD | NEW |
| 1 { | 1 { |
| 2 "nodeId": "<string>", | 2 "nodeId": "<string>", |
| 3 "ignored": false, | 3 "ignored": false, |
| 4 "role": { | 4 "role": { |
| 5 "type": "internalRole", | 5 "type": "internalRole", |
| 6 "value": "Div" | 6 "value": "GenericContainer" |
| 7 }, | 7 }, |
| 8 "name": { | 8 "name": { |
| 9 "type": "computedString", | 9 "type": "computedString", |
| 10 "value": "", | 10 "value": "", |
| 11 "sources": [ | 11 "sources": [ |
| 12 { | 12 { |
| 13 "type": "relatedElement", | 13 "type": "relatedElement", |
| 14 "attribute": "aria-labelledby" | 14 "attribute": "aria-labelledby" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| (...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1264 "text": "A B C", | 1264 "text": "A B C", |
| 1265 "nodeResult": "ul#list1" | 1265 "nodeResult": "ul#list1" |
| 1266 } | 1266 } |
| 1267 ] | 1267 ] |
| 1268 } | 1268 } |
| 1269 } | 1269 } |
| 1270 ], | 1270 ], |
| 1271 "domNode": "input#input1" | 1271 "domNode": "input#input1" |
| 1272 } | 1272 } |
| 1273 | 1273 |
| OLD | NEW |