Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getPartialAXTree-expected.txt

Issue 2390783006: [DevTools] Accessibility: Show siblings and children of selected node (Closed)
Patch Set: Handle indirect children better Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 result: { 2 result: {
3 "nodes": [ 3 "nodes": [
4 { 4 {
5 "nodeId": "<id>", 5 "nodeId": "<int>",
6 "ignored": false, 6 "ignored": false,
7 "role": { 7 "role": {
8 "type": "role", 8 "type": "role",
9 "value": "textbox" 9 "value": "textbox"
10 }, 10 },
11 "name": { 11 "name": {
12 "type": "computedString", 12 "type": "computedString",
13 "value": "", 13 "value": "",
14 "sources": [ 14 "sources": [
15 { 15 {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "value": false 56 "value": false
57 } 57 }
58 }, 58 },
59 { 59 {
60 "name": "required", 60 "name": "required",
61 "value": { 61 "value": {
62 "type": "boolean", 62 "type": "boolean",
63 "value": false 63 "value": false
64 } 64 }
65 } 65 }
66 ] 66 ],
67 "parentId": "<int>",
68 "childIds": [],
69 "backendDomNodeId": "<int>"
67 }, 70 },
68 { 71 {
69 "nodeId": "<id>", 72 "nodeId": "<int>",
70 "ignored": false, 73 "ignored": false,
71 "role": { 74 "role": {
72 "type": "role", 75 "type": "role",
76 "value": "button"
77 },
78 "name": {
79 "type": "computedString",
80 "value": "",
81 "sources": [
82 {
83 "type": "relatedElement",
84 "attribute": "aria-labelledby"
85 },
86 {
87 "type": "attribute",
88 "attribute": "aria-label"
89 },
90 {
91 "type": "relatedElement",
92 "nativeSource": "label"
93 },
94 {
95 "type": "contents"
96 },
97 {
98 "type": "attribute",
99 "attribute": "title"
100 }
101 ]
102 },
103 "properties": [
104 {
105 "name": "invalid",
106 "value": {
107 "type": "token",
108 "value": "false"
109 }
110 }
111 ],
112 "parentId": "<int>",
113 "childIds": [],
114 "backendDomNodeId": "<int>"
115 },
116 {
117 "nodeId": "<int>",
118 "ignored": false,
119 "role": {
120 "type": "role",
73 "value": "article" 121 "value": "article"
74 }, 122 },
75 "name": { 123 "name": {
76 "type": "computedString", 124 "type": "computedString",
77 "value": "Top story", 125 "value": "Top story",
78 "sources": [ 126 "sources": [
79 { 127 {
80 "type": "relatedElement", 128 "type": "relatedElement",
81 "attribute": "aria-labelledby" 129 "attribute": "aria-labelledby"
82 }, 130 },
83 { 131 {
84 "type": "attribute", 132 "type": "attribute",
85 "value": { 133 "value": {
86 "type": "computedString", 134 "type": "computedString",
87 "value": "Top story" 135 "value": "Top story"
88 }, 136 },
89 "attribute": "aria-label", 137 "attribute": "aria-label",
90 "attributeValue": { 138 "attributeValue": {
91 "type": "string", 139 "type": "string",
92 "value": "Top story" 140 "value": "Top story"
93 } 141 }
94 }, 142 },
95 { 143 {
96 "type": "attribute", 144 "type": "attribute",
97 "attribute": "title", 145 "attribute": "title",
98 "superseded": true 146 "superseded": true
99 } 147 }
100 ] 148 ]
101 }, 149 },
102 "properties": [] 150 "properties": [],
151 "parentId": "<int>",
152 "childIds": [
153 "<int>",
154 "<int>"
155 ],
156 "backendDomNodeId": "<int>"
103 }, 157 },
104 { 158 {
105 "nodeId": "<id>", 159 "nodeId": "<int>",
106 "ignored": false, 160 "ignored": false,
107 "role": { 161 "role": {
108 "type": "role", 162 "type": "role",
109 "value": "main" 163 "value": "main"
110 }, 164 },
111 "name": { 165 "name": {
112 "type": "computedString", 166 "type": "computedString",
113 "value": "", 167 "value": "",
114 "sources": [ 168 "sources": [
115 { 169 {
116 "type": "relatedElement", 170 "type": "relatedElement",
117 "attribute": "aria-labelledby" 171 "attribute": "aria-labelledby"
118 }, 172 },
119 { 173 {
120 "type": "attribute", 174 "type": "attribute",
121 "attribute": "aria-label" 175 "attribute": "aria-label"
122 }, 176 },
123 { 177 {
124 "type": "attribute", 178 "type": "attribute",
125 "attribute": "title" 179 "attribute": "title"
126 } 180 }
127 ] 181 ]
128 }, 182 },
129 "properties": [] 183 "properties": [],
184 "parentId": "<int>",
185 "childIds": [
186 "<int>"
187 ],
188 "backendDomNodeId": "<int>"
130 }, 189 },
131 { 190 {
132 "nodeId": "<id>", 191 "nodeId": "<int>",
133 "ignored": false, 192 "ignored": false,
134 "role": { 193 "role": {
135 "type": "internalRole", 194 "type": "internalRole",
136 "value": "WebArea" 195 "value": "WebArea"
137 }, 196 },
138 "name": { 197 "name": {
139 "type": "computedString", 198 "type": "computedString",
140 "value": "", 199 "value": "",
141 "sources": [ 200 "sources": [
142 { 201 {
(...skipping 12 matching lines...) Expand all
155 { 214 {
156 "type": "relatedElement", 215 "type": "relatedElement",
157 "nativeSource": "title" 216 "nativeSource": "title"
158 }, 217 },
159 { 218 {
160 "type": "attribute", 219 "type": "attribute",
161 "attribute": "title" 220 "attribute": "title"
162 } 221 }
163 ] 222 ]
164 }, 223 },
165 "properties": [] 224 "properties": [],
225 "childIds": [
226 "<int>"
227 ],
228 "backendDomNodeId": "<int>"
166 } 229 }
167 ] 230 ]
168 } 231 }
169 232
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698