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

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

Issue 2351443003: Revert of Show ancestor hierarchy in accessibility panel (Closed)
Patch Set: Created 4 years, 3 months 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 "id": "<int>", 2 "id": "<int>",
3 "result": { 3 "result": {
4 "nodes": [ 4 "accessibilityNode": {
5 { 5 "nodeId": "<string>",
6 "nodeId": "<string>", 6 "ignored": false,
7 "ignored": false, 7 "role": {
8 "role": { 8 "type": "role",
9 "type": "role", 9 "value": "textbox"
10 "value": "textbox" 10 },
11 }, 11 "name": {
12 "name": { 12 "type": "computedString",
13 "type": "computedString", 13 "value": "",
14 "value": "", 14 "sources": [
15 "sources": [ 15 {
16 { 16 "type": "relatedElement",
17 "type": "relatedElement", 17 "attribute": "aria-labelledby"
18 "attribute": "aria-labelledby" 18 },
19 }, 19 {
20 { 20 "type": "attribute",
21 "type": "attribute", 21 "attribute": "aria-label"
22 "attribute": "aria-label" 22 },
23 }, 23 {
24 { 24 "type": "relatedElement",
25 "type": "relatedElement", 25 "nativeSource": "label"
26 "nativeSource": "label" 26 },
27 }, 27 {
28 { 28 "type": "placeholder",
29 "type": "placeholder", 29 "attribute": "placeholder"
30 "attribute": "placeholder" 30 },
31 }, 31 {
32 { 32 "type": "attribute",
33 "type": "attribute", 33 "attribute": "title"
34 "attribute": "title"
35 }
36 ]
37 },
38 "properties": [
39 {
40 "name": "invalid",
41 "value": {
42 "type": "token",
43 "value": "false"
44 }
45 },
46 {
47 "name": "multiline",
48 "value": {
49 "type": "boolean",
50 "value": false
51 }
52 },
53 {
54 "name": "readonly",
55 "value": {
56 "type": "boolean",
57 "value": false
58 }
59 },
60 {
61 "name": "required",
62 "value": {
63 "type": "boolean",
64 "value": false
65 }
66 } 34 }
67 ] 35 ]
68 } 36 },
69 ] 37 "properties": [
38 {
39 "name": "invalid",
40 "value": {
41 "type": "token",
42 "value": "false"
43 }
44 },
45 {
46 "name": "multiline",
47 "value": {
48 "type": "boolean",
49 "value": false
50 }
51 },
52 {
53 "name": "readonly",
54 "value": {
55 "type": "boolean",
56 "value": false
57 }
58 },
59 {
60 "name": "required",
61 "value": {
62 "type": "boolean",
63 "value": false
64 }
65 }
66 ]
67 }
70 } 68 }
71 } 69 }
72 { 70 {
73 "id": "<int>", 71 "id": "<int>",
74 "result": { 72 "result": {
75 "nodes": [ 73 "accessibilityNode": {
76 { 74 "nodeId": "<string>",
77 "nodeId": "<string>", 75 "ignored": false,
78 "ignored": false, 76 "role": {
79 "role": { 77 "type": "role",
80 "type": "role", 78 "value": "textbox"
81 "value": "textbox" 79 },
82 }, 80 "name": {
83 "name": { 81 "type": "computedString",
84 "type": "computedString", 82 "value": "text2-title",
85 "value": "text2-title", 83 "sources": [
86 "sources": [ 84 {
87 { 85 "type": "relatedElement",
88 "type": "relatedElement", 86 "attribute": "aria-labelledby"
89 "attribute": "aria-labelledby" 87 },
90 }, 88 {
91 { 89 "type": "attribute",
92 "type": "attribute", 90 "attribute": "aria-label"
93 "attribute": "aria-label" 91 },
94 }, 92 {
95 { 93 "type": "relatedElement",
96 "type": "relatedElement", 94 "nativeSource": "label"
97 "nativeSource": "label" 95 },
98 }, 96 {
99 { 97 "type": "placeholder",
100 "type": "placeholder", 98 "attribute": "placeholder"
101 "attribute": "placeholder" 99 },
102 }, 100 {
103 { 101 "type": "attribute",
104 "type": "attribute", 102 "value": {
105 "value": { 103 "type": "computedString",
106 "type": "computedString", 104 "value": "text2-title"
107 "value": "text2-title" 105 },
108 }, 106 "attribute": "title"
109 "attribute": "title"
110 }
111 ]
112 },
113 "properties": [
114 {
115 "name": "invalid",
116 "value": {
117 "type": "token",
118 "value": "false"
119 }
120 },
121 {
122 "name": "multiline",
123 "value": {
124 "type": "boolean",
125 "value": false
126 }
127 },
128 {
129 "name": "readonly",
130 "value": {
131 "type": "boolean",
132 "value": false
133 }
134 },
135 {
136 "name": "required",
137 "value": {
138 "type": "boolean",
139 "value": false
140 }
141 } 107 }
142 ] 108 ]
143 } 109 },
144 ] 110 "properties": [
111 {
112 "name": "invalid",
113 "value": {
114 "type": "token",
115 "value": "false"
116 }
117 },
118 {
119 "name": "multiline",
120 "value": {
121 "type": "boolean",
122 "value": false
123 }
124 },
125 {
126 "name": "readonly",
127 "value": {
128 "type": "boolean",
129 "value": false
130 }
131 },
132 {
133 "name": "required",
134 "value": {
135 "type": "boolean",
136 "value": false
137 }
138 }
139 ]
140 }
145 } 141 }
146 } 142 }
147 { 143 {
148 "id": "<int>", 144 "id": "<int>",
149 "result": { 145 "result": {
150 "nodes": [ 146 "accessibilityNode": {
151 { 147 "nodeId": "<string>",
152 "nodeId": "<string>", 148 "ignored": false,
153 "ignored": false, 149 "role": {
154 "role": { 150 "type": "role",
155 "type": "role", 151 "value": "textbox"
156 "value": "textbox" 152 },
157 }, 153 "name": {
158 "name": { 154 "type": "computedString",
159 "type": "computedString", 155 "value": "text3-placeholder",
160 "value": "text3-placeholder", 156 "sources": [
161 "sources": [ 157 {
162 { 158 "type": "relatedElement",
163 "type": "relatedElement", 159 "attribute": "aria-labelledby"
164 "attribute": "aria-labelledby" 160 },
165 }, 161 {
166 { 162 "type": "attribute",
167 "type": "attribute", 163 "attribute": "aria-label"
168 "attribute": "aria-label" 164 },
169 }, 165 {
170 { 166 "type": "relatedElement",
171 "type": "relatedElement", 167 "nativeSource": "label"
172 "nativeSource": "label" 168 },
173 }, 169 {
174 { 170 "type": "placeholder",
175 "type": "placeholder", 171 "value": {
176 "value": { 172 "type": "computedString",
177 "type": "computedString", 173 "value": "text3-placeholder"
178 "value": "text3-placeholder" 174 },
179 }, 175 "attribute": "placeholder",
180 "attribute": "placeholder", 176 "attributeValue": {
181 "attributeValue": { 177 "type": "string",
182 "type": "string", 178 "value": "text3-placeholder"
183 "value": "text3-placeholder"
184 }
185 },
186 {
187 "type": "attribute",
188 "value": {
189 "type": "computedString",
190 "value": "text3-title"
191 },
192 "attribute": "title"
193 } 179 }
194 ] 180 },
195 }, 181 {
196 "description": { 182 "type": "attribute",
197 "type": "computedString", 183 "value": {
198 "value": "text3-title" 184 "type": "computedString",
199 }, 185 "value": "text3-title"
200 "properties": [ 186 },
201 { 187 "attribute": "title"
202 "name": "invalid",
203 "value": {
204 "type": "token",
205 "value": "false"
206 }
207 },
208 {
209 "name": "multiline",
210 "value": {
211 "type": "boolean",
212 "value": false
213 }
214 },
215 {
216 "name": "readonly",
217 "value": {
218 "type": "boolean",
219 "value": false
220 }
221 },
222 {
223 "name": "required",
224 "value": {
225 "type": "boolean",
226 "value": false
227 }
228 } 188 }
229 ] 189 ]
230 } 190 },
231 ] 191 "description": {
192 "type": "computedString",
193 "value": "text3-title"
194 },
195 "properties": [
196 {
197 "name": "invalid",
198 "value": {
199 "type": "token",
200 "value": "false"
201 }
202 },
203 {
204 "name": "multiline",
205 "value": {
206 "type": "boolean",
207 "value": false
208 }
209 },
210 {
211 "name": "readonly",
212 "value": {
213 "type": "boolean",
214 "value": false
215 }
216 },
217 {
218 "name": "required",
219 "value": {
220 "type": "boolean",
221 "value": false
222 }
223 }
224 ]
225 }
232 } 226 }
233 } 227 }
234 { 228 {
235 "id": "<int>", 229 "id": "<int>",
236 "result": { 230 "result": {
237 "nodes": [ 231 "accessibilityNode": {
238 { 232 "nodeId": "<string>",
239 "nodeId": "<string>", 233 "ignored": false,
240 "ignored": false, 234 "role": {
241 "role": { 235 "type": "role",
242 "type": "role", 236 "value": "textbox"
243 "value": "textbox" 237 },
244 }, 238 "name": {
245 "name": { 239 "type": "computedString",
246 "type": "computedString", 240 "value": "label-for-text4",
247 "value": "label-for-text4", 241 "sources": [
248 "sources": [ 242 {
249 { 243 "type": "relatedElement",
250 "type": "relatedElement", 244 "attribute": "aria-labelledby"
251 "attribute": "aria-labelledby" 245 },
252 }, 246 {
253 { 247 "type": "attribute",
254 "type": "attribute", 248 "attribute": "aria-label"
255 "attribute": "aria-label" 249 },
256 }, 250 {
257 { 251 "type": "relatedElement",
258 "type": "relatedElement", 252 "value": {
259 "value": { 253 "type": "computedString",
260 "type": "computedString", 254 "value": "label-for-text4"
261 "value": "label-for-text4" 255 },
262 }, 256 "nativeSource": "labelfor",
263 "nativeSource": "labelfor", 257 "nativeSourceValue": {
264 "nativeSourceValue": {
265 "type": "nodeList",
266 "relatedNodes": [
267 {
268 "backendNodeId": "<string>",
269 "text": "label-for-text4"
270 }
271 ]
272 }
273 },
274 {
275 "type": "placeholder",
276 "value": {
277 "type": "computedString",
278 "value": "text4-placeholder"
279 },
280 "attribute": "placeholder",
281 "attributeValue": {
282 "type": "string",
283 "value": "text4-placeholder"
284 },
285 "superseded": true
286 },
287 {
288 "type": "attribute",
289 "value": {
290 "type": "computedString",
291 "value": "text4-title"
292 },
293 "attribute": "title",
294 "superseded": true
295 }
296 ]
297 },
298 "description": {
299 "type": "computedString",
300 "value": "text4-placeholder"
301 },
302 "properties": [
303 {
304 "name": "invalid",
305 "value": {
306 "type": "token",
307 "value": "false"
308 }
309 },
310 {
311 "name": "multiline",
312 "value": {
313 "type": "boolean",
314 "value": false
315 }
316 },
317 {
318 "name": "readonly",
319 "value": {
320 "type": "boolean",
321 "value": false
322 }
323 },
324 {
325 "name": "required",
326 "value": {
327 "type": "boolean",
328 "value": false
329 }
330 },
331 {
332 "name": "labelledby",
333 "value": {
334 "type": "nodeList", 258 "type": "nodeList",
335 "relatedNodes": [ 259 "relatedNodes": [
336 { 260 {
337 "text": "label-for-text4", 261 "backendNodeId": "<string>",
338 "nodeResult": "label" 262 "text": "label-for-text4"
339 } 263 }
340 ] 264 ]
341 } 265 }
266 },
267 {
268 "type": "placeholder",
269 "value": {
270 "type": "computedString",
271 "value": "text4-placeholder"
272 },
273 "attribute": "placeholder",
274 "attributeValue": {
275 "type": "string",
276 "value": "text4-placeholder"
277 },
278 "superseded": true
279 },
280 {
281 "type": "attribute",
282 "value": {
283 "type": "computedString",
284 "value": "text4-title"
285 },
286 "attribute": "title",
287 "superseded": true
342 } 288 }
343 ] 289 ]
344 } 290 },
345 ] 291 "description": {
292 "type": "computedString",
293 "value": "text4-placeholder"
294 },
295 "properties": [
296 {
297 "name": "invalid",
298 "value": {
299 "type": "token",
300 "value": "false"
301 }
302 },
303 {
304 "name": "multiline",
305 "value": {
306 "type": "boolean",
307 "value": false
308 }
309 },
310 {
311 "name": "readonly",
312 "value": {
313 "type": "boolean",
314 "value": false
315 }
316 },
317 {
318 "name": "required",
319 "value": {
320 "type": "boolean",
321 "value": false
322 }
323 },
324 {
325 "name": "labelledby",
326 "value": {
327 "type": "nodeList",
328 "relatedNodes": [
329 {
330 "text": "label-for-text4",
331 "nodeResult": "label"
332 }
333 ]
334 }
335 }
336 ]
337 }
346 } 338 }
347 } 339 }
348 { 340 {
349 "id": "<int>", 341 "id": "<int>",
350 "result": { 342 "result": {
351 "nodes": [ 343 "accessibilityNode": {
352 { 344 "nodeId": "<string>",
353 "nodeId": "<string>", 345 "ignored": false,
354 "ignored": false, 346 "role": {
355 "role": { 347 "type": "role",
356 "type": "role", 348 "value": "textbox"
357 "value": "textbox" 349 },
358 }, 350 "name": {
359 "name": { 351 "type": "computedString",
360 "type": "computedString", 352 "value": "text5-aria-label",
361 "value": "text5-aria-label", 353 "sources": [
362 "sources": [ 354 {
363 { 355 "type": "relatedElement",
364 "type": "relatedElement", 356 "attribute": "aria-labelledby"
365 "attribute": "aria-labelledby" 357 },
366 }, 358 {
367 { 359 "type": "attribute",
368 "type": "attribute", 360 "value": {
369 "value": { 361 "type": "computedString",
370 "type": "computedString", 362 "value": "text5-aria-label"
371 "value": "text5-aria-label" 363 },
372 }, 364 "attribute": "aria-label",
373 "attribute": "aria-label", 365 "attributeValue": {
374 "attributeValue": { 366 "type": "string",
375 "type": "string", 367 "value": "text5-aria-label"
376 "value": "text5-aria-label"
377 }
378 },
379 {
380 "type": "relatedElement",
381 "value": {
382 "type": "computedString",
383 "value": "label-for-text5"
384 },
385 "superseded": true,
386 "nativeSource": "labelfor",
387 "nativeSourceValue": {
388 "type": "nodeList",
389 "relatedNodes": [
390 {
391 "backendNodeId": "<string>",
392 "text": "label-for-text5"
393 }
394 ]
395 }
396 },
397 {
398 "type": "placeholder",
399 "value": {
400 "type": "computedString",
401 "value": "text5-placeholder"
402 },
403 "attribute": "placeholder",
404 "attributeValue": {
405 "type": "string",
406 "value": "text5-placeholder"
407 },
408 "superseded": true
409 },
410 {
411 "type": "attribute",
412 "value": {
413 "type": "computedString",
414 "value": "text5-title"
415 },
416 "attribute": "title",
417 "superseded": true
418 } 368 }
419 ] 369 },
420 }, 370 {
421 "description": { 371 "type": "relatedElement",
422 "type": "computedString", 372 "value": {
423 "value": "text5-placeholder" 373 "type": "computedString",
424 }, 374 "value": "label-for-text5"
425 "properties": [ 375 },
426 { 376 "superseded": true,
427 "name": "invalid", 377 "nativeSource": "labelfor",
428 "value": { 378 "nativeSourceValue": {
429 "type": "token",
430 "value": "false"
431 }
432 },
433 {
434 "name": "multiline",
435 "value": {
436 "type": "boolean",
437 "value": false
438 }
439 },
440 {
441 "name": "readonly",
442 "value": {
443 "type": "boolean",
444 "value": false
445 }
446 },
447 {
448 "name": "required",
449 "value": {
450 "type": "boolean",
451 "value": false
452 }
453 }
454 ]
455 }
456 ]
457 }
458 }
459 {
460 "id": "<int>",
461 "result": {
462 "nodes": [
463 {
464 "nodeId": "<string>",
465 "ignored": false,
466 "role": {
467 "type": "role",
468 "value": "textbox"
469 },
470 "name": {
471 "type": "computedString",
472 "value": "labelledby-for-text6",
473 "sources": [
474 {
475 "type": "relatedElement",
476 "value": {
477 "type": "computedString",
478 "value": "labelledby-for-text6"
479 },
480 "attribute": "aria-labelledby",
481 "attributeValue": {
482 "type": "idrefList",
483 "value": "text-labelledby6",
484 "relatedNodes": [
485 {
486 "idref": "text-labelledby6",
487 "text": "labelledby-for-text6",
488 "nodeResult": "span#text-labelledby6"
489 }
490 ]
491 }
492 },
493 {
494 "type": "attribute",
495 "value": {
496 "type": "computedString",
497 "value": "text6-aria-label"
498 },
499 "attribute": "aria-label",
500 "attributeValue": {
501 "type": "string",
502 "value": "text6-aria-label"
503 },
504 "superseded": true
505 },
506 {
507 "type": "relatedElement",
508 "value": {
509 "type": "computedString",
510 "value": "label-for-text6"
511 },
512 "superseded": true,
513 "nativeSource": "labelfor",
514 "nativeSourceValue": {
515 "type": "nodeList",
516 "relatedNodes": [
517 {
518 "backendNodeId": "<string>",
519 "text": "label-for-text6"
520 }
521 ]
522 }
523 },
524 {
525 "type": "placeholder",
526 "value": {
527 "type": "computedString",
528 "value": "text6-placeholder"
529 },
530 "attribute": "placeholder",
531 "attributeValue": {
532 "type": "string",
533 "value": "text6-placeholder"
534 },
535 "superseded": true
536 },
537 {
538 "type": "attribute",
539 "value": {
540 "type": "computedString",
541 "value": "text6-title"
542 },
543 "attribute": "title",
544 "superseded": true
545 }
546 ]
547 },
548 "description": {
549 "type": "computedString",
550 "value": "text6-placeholder"
551 },
552 "properties": [
553 {
554 "name": "invalid",
555 "value": {
556 "type": "token",
557 "value": "false"
558 }
559 },
560 {
561 "name": "multiline",
562 "value": {
563 "type": "boolean",
564 "value": false
565 }
566 },
567 {
568 "name": "readonly",
569 "value": {
570 "type": "boolean",
571 "value": false
572 }
573 },
574 {
575 "name": "required",
576 "value": {
577 "type": "boolean",
578 "value": false
579 }
580 },
581 {
582 "name": "labelledby",
583 "value": {
584 "type": "nodeList", 379 "type": "nodeList",
585 "relatedNodes": [ 380 "relatedNodes": [
586 { 381 {
382 "backendNodeId": "<string>",
383 "text": "label-for-text5"
384 }
385 ]
386 }
387 },
388 {
389 "type": "placeholder",
390 "value": {
391 "type": "computedString",
392 "value": "text5-placeholder"
393 },
394 "attribute": "placeholder",
395 "attributeValue": {
396 "type": "string",
397 "value": "text5-placeholder"
398 },
399 "superseded": true
400 },
401 {
402 "type": "attribute",
403 "value": {
404 "type": "computedString",
405 "value": "text5-title"
406 },
407 "attribute": "title",
408 "superseded": true
409 }
410 ]
411 },
412 "description": {
413 "type": "computedString",
414 "value": "text5-placeholder"
415 },
416 "properties": [
417 {
418 "name": "invalid",
419 "value": {
420 "type": "token",
421 "value": "false"
422 }
423 },
424 {
425 "name": "multiline",
426 "value": {
427 "type": "boolean",
428 "value": false
429 }
430 },
431 {
432 "name": "readonly",
433 "value": {
434 "type": "boolean",
435 "value": false
436 }
437 },
438 {
439 "name": "required",
440 "value": {
441 "type": "boolean",
442 "value": false
443 }
444 }
445 ]
446 }
447 }
448 }
449 {
450 "id": "<int>",
451 "result": {
452 "accessibilityNode": {
453 "nodeId": "<string>",
454 "ignored": false,
455 "role": {
456 "type": "role",
457 "value": "textbox"
458 },
459 "name": {
460 "type": "computedString",
461 "value": "labelledby-for-text6",
462 "sources": [
463 {
464 "type": "relatedElement",
465 "value": {
466 "type": "computedString",
467 "value": "labelledby-for-text6"
468 },
469 "attribute": "aria-labelledby",
470 "attributeValue": {
471 "type": "idrefList",
472 "value": "text-labelledby6",
473 "relatedNodes": [
474 {
587 "idref": "text-labelledby6", 475 "idref": "text-labelledby6",
588 "text": "labelledby-for-text6", 476 "text": "labelledby-for-text6",
589 "nodeResult": "span#text-labelledby6" 477 "nodeResult": "span#text-labelledby6"
590 } 478 }
591 ] 479 ]
592 } 480 }
481 },
482 {
483 "type": "attribute",
484 "value": {
485 "type": "computedString",
486 "value": "text6-aria-label"
487 },
488 "attribute": "aria-label",
489 "attributeValue": {
490 "type": "string",
491 "value": "text6-aria-label"
492 },
493 "superseded": true
494 },
495 {
496 "type": "relatedElement",
497 "value": {
498 "type": "computedString",
499 "value": "label-for-text6"
500 },
501 "superseded": true,
502 "nativeSource": "labelfor",
503 "nativeSourceValue": {
504 "type": "nodeList",
505 "relatedNodes": [
506 {
507 "backendNodeId": "<string>",
508 "text": "label-for-text6"
509 }
510 ]
511 }
512 },
513 {
514 "type": "placeholder",
515 "value": {
516 "type": "computedString",
517 "value": "text6-placeholder"
518 },
519 "attribute": "placeholder",
520 "attributeValue": {
521 "type": "string",
522 "value": "text6-placeholder"
523 },
524 "superseded": true
525 },
526 {
527 "type": "attribute",
528 "value": {
529 "type": "computedString",
530 "value": "text6-title"
531 },
532 "attribute": "title",
533 "superseded": true
593 } 534 }
594 ] 535 ]
595 } 536 },
596 ] 537 "description": {
538 "type": "computedString",
539 "value": "text6-placeholder"
540 },
541 "properties": [
542 {
543 "name": "invalid",
544 "value": {
545 "type": "token",
546 "value": "false"
547 }
548 },
549 {
550 "name": "multiline",
551 "value": {
552 "type": "boolean",
553 "value": false
554 }
555 },
556 {
557 "name": "readonly",
558 "value": {
559 "type": "boolean",
560 "value": false
561 }
562 },
563 {
564 "name": "required",
565 "value": {
566 "type": "boolean",
567 "value": false
568 }
569 },
570 {
571 "name": "labelledby",
572 "value": {
573 "type": "nodeList",
574 "relatedNodes": [
575 {
576 "idref": "text-labelledby6",
577 "text": "labelledby-for-text6",
578 "nodeResult": "span#text-labelledby6"
579 }
580 ]
581 }
582 }
583 ]
584 }
597 } 585 }
598 } 586 }
599 { 587 {
600 "id": "<int>", 588 "id": "<int>",
601 "result": { 589 "result": {
602 "nodes": [ 590 "accessibilityNode": {
603 { 591 "nodeId": "<string>",
604 "nodeId": "<string>", 592 "ignored": false,
605 "ignored": false, 593 "role": {
606 "role": { 594 "type": "role",
607 "type": "role", 595 "value": "textbox"
608 "value": "textbox" 596 },
609 }, 597 "name": {
610 "name": { 598 "type": "computedString",
611 "type": "computedString", 599 "value": "label-wrapping-text7",
612 "value": "label-wrapping-text7", 600 "sources": [
613 "sources": [ 601 {
614 { 602 "type": "relatedElement",
615 "type": "relatedElement", 603 "attribute": "aria-labelledby"
616 "attribute": "aria-labelledby" 604 },
617 }, 605 {
618 { 606 "type": "attribute",
619 "type": "attribute", 607 "attribute": "aria-label"
620 "attribute": "aria-label" 608 },
621 }, 609 {
622 { 610 "type": "relatedElement",
623 "type": "relatedElement", 611 "value": {
624 "value": { 612 "type": "computedString",
625 "type": "computedString", 613 "value": "label-wrapping-text7"
626 "value": "label-wrapping-text7" 614 },
627 }, 615 "nativeSource": "labelwrapped",
628 "nativeSource": "labelwrapped", 616 "nativeSourceValue": {
629 "nativeSourceValue": {
630 "type": "nodeList",
631 "relatedNodes": [
632 {
633 "backendNodeId": "<string>",
634 "text": "label-wrapping-text7"
635 }
636 ]
637 }
638 },
639 {
640 "type": "placeholder",
641 "attribute": "placeholder",
642 "superseded": true
643 },
644 {
645 "type": "attribute",
646 "value": {
647 "type": "computedString",
648 "value": "text7-title"
649 },
650 "attribute": "title",
651 "superseded": true
652 }
653 ]
654 },
655 "description": {
656 "type": "computedString",
657 "value": "text7-title"
658 },
659 "properties": [
660 {
661 "name": "invalid",
662 "value": {
663 "type": "token",
664 "value": "false"
665 }
666 },
667 {
668 "name": "multiline",
669 "value": {
670 "type": "boolean",
671 "value": false
672 }
673 },
674 {
675 "name": "readonly",
676 "value": {
677 "type": "boolean",
678 "value": false
679 }
680 },
681 {
682 "name": "required",
683 "value": {
684 "type": "boolean",
685 "value": false
686 }
687 },
688 {
689 "name": "labelledby",
690 "value": {
691 "type": "nodeList", 617 "type": "nodeList",
692 "relatedNodes": [ 618 "relatedNodes": [
693 { 619 {
694 "text": "label-wrapping-text7", 620 "backendNodeId": "<string>",
695 "nodeResult": "label" 621 "text": "label-wrapping-text7"
696 } 622 }
697 ] 623 ]
698 } 624 }
625 },
626 {
627 "type": "placeholder",
628 "attribute": "placeholder",
629 "superseded": true
630 },
631 {
632 "type": "attribute",
633 "value": {
634 "type": "computedString",
635 "value": "text7-title"
636 },
637 "attribute": "title",
638 "superseded": true
699 } 639 }
700 ] 640 ]
701 } 641 },
702 ] 642 "description": {
643 "type": "computedString",
644 "value": "text7-title"
645 },
646 "properties": [
647 {
648 "name": "invalid",
649 "value": {
650 "type": "token",
651 "value": "false"
652 }
653 },
654 {
655 "name": "multiline",
656 "value": {
657 "type": "boolean",
658 "value": false
659 }
660 },
661 {
662 "name": "readonly",
663 "value": {
664 "type": "boolean",
665 "value": false
666 }
667 },
668 {
669 "name": "required",
670 "value": {
671 "type": "boolean",
672 "value": false
673 }
674 },
675 {
676 "name": "labelledby",
677 "value": {
678 "type": "nodeList",
679 "relatedNodes": [
680 {
681 "text": "label-wrapping-text7",
682 "nodeResult": "label"
683 }
684 ]
685 }
686 }
687 ]
688 }
703 } 689 }
704 } 690 }
705 { 691 {
706 "id": "<int>", 692 "id": "<int>",
707 "result": { 693 "result": {
708 "nodes": [ 694 "accessibilityNode": {
709 { 695 "nodeId": "<string>",
710 "nodeId": "<string>", 696 "ignored": false,
711 "ignored": false, 697 "role": {
712 "role": { 698 "type": "role",
713 "type": "role", 699 "value": "textbox"
714 "value": "textbox" 700 },
715 }, 701 "name": {
716 "name": { 702 "type": "computedString",
717 "type": "computedString", 703 "value": "",
718 "value": "", 704 "sources": [
719 "sources": [ 705 {
720 { 706 "type": "relatedElement",
721 "type": "relatedElement", 707 "attribute": "aria-labelledby"
722 "attribute": "aria-labelledby" 708 },
723 }, 709 {
724 { 710 "type": "attribute",
725 "type": "attribute", 711 "attribute": "aria-label"
726 "attribute": "aria-label" 712 },
727 }, 713 {
728 { 714 "type": "relatedElement",
729 "type": "relatedElement", 715 "nativeSource": "label"
730 "nativeSource": "label" 716 },
731 }, 717 {
732 { 718 "type": "placeholder",
733 "type": "placeholder", 719 "attribute": "placeholder"
734 "attribute": "placeholder" 720 },
735 }, 721 {
736 { 722 "type": "attribute",
737 "type": "attribute", 723 "attribute": "title"
738 "attribute": "title"
739 }
740 ]
741 },
742 "properties": [
743 {
744 "name": "invalid",
745 "value": {
746 "type": "token",
747 "value": "false"
748 }
749 },
750 {
751 "name": "multiline",
752 "value": {
753 "type": "boolean",
754 "value": false
755 }
756 },
757 {
758 "name": "readonly",
759 "value": {
760 "type": "boolean",
761 "value": false
762 }
763 },
764 {
765 "name": "required",
766 "value": {
767 "type": "boolean",
768 "value": false
769 }
770 } 724 }
771 ] 725 ]
772 } 726 },
773 ] 727 "properties": [
728 {
729 "name": "invalid",
730 "value": {
731 "type": "token",
732 "value": "false"
733 }
734 },
735 {
736 "name": "multiline",
737 "value": {
738 "type": "boolean",
739 "value": false
740 }
741 },
742 {
743 "name": "readonly",
744 "value": {
745 "type": "boolean",
746 "value": false
747 }
748 },
749 {
750 "name": "required",
751 "value": {
752 "type": "boolean",
753 "value": false
754 }
755 }
756 ]
757 }
774 } 758 }
775 } 759 }
776 { 760 {
777 "id": "<int>", 761 "id": "<int>",
778 "result": { 762 "result": {
779 "nodes": [ 763 "accessibilityNode": {
780 { 764 "nodeId": "<string>",
781 "nodeId": "<string>", 765 "ignored": false,
782 "ignored": false, 766 "role": {
783 "role": { 767 "type": "role",
784 "type": "role", 768 "value": "textbox"
785 "value": "textbox" 769 },
786 }, 770 "name": {
787 "name": { 771 "type": "computedString",
788 "type": "computedString", 772 "value": "label-for-text9 label-wrapping-text9",
789 "value": "label-for-text9 label-wrapping-text9", 773 "sources": [
790 "sources": [ 774 {
791 { 775 "type": "relatedElement",
792 "type": "relatedElement", 776 "attribute": "aria-labelledby"
793 "attribute": "aria-labelledby" 777 },
794 }, 778 {
795 { 779 "type": "attribute",
796 "type": "attribute", 780 "attribute": "aria-label"
797 "attribute": "aria-label" 781 },
798 }, 782 {
799 { 783 "type": "relatedElement",
800 "type": "relatedElement", 784 "value": {
801 "value": { 785 "type": "computedString",
802 "type": "computedString", 786 "value": "label-for-text9 label-wrapping-text9"
803 "value": "label-for-text9 label-wrapping-text9" 787 },
804 }, 788 "nativeSource": "labelwrapped",
805 "nativeSource": "labelwrapped", 789 "nativeSourceValue": {
806 "nativeSourceValue": {
807 "type": "nodeList",
808 "relatedNodes": [
809 {
810 "backendNodeId": "<string>",
811 "text": "label-for-text9"
812 },
813 {
814 "backendNodeId": "<string>",
815 "text": "label-wrapping-text9"
816 }
817 ]
818 }
819 },
820 {
821 "type": "placeholder",
822 "value": {
823 "type": "computedString",
824 "value": "text9-placeholder"
825 },
826 "attribute": "placeholder",
827 "attributeValue": {
828 "type": "string",
829 "value": "text9-placeholder"
830 },
831 "superseded": true
832 },
833 {
834 "type": "attribute",
835 "value": {
836 "type": "computedString",
837 "value": "text9-title"
838 },
839 "attribute": "title",
840 "superseded": true
841 }
842 ]
843 },
844 "description": {
845 "type": "computedString",
846 "value": "text9-placeholder"
847 },
848 "properties": [
849 {
850 "name": "invalid",
851 "value": {
852 "type": "token",
853 "value": "false"
854 }
855 },
856 {
857 "name": "multiline",
858 "value": {
859 "type": "boolean",
860 "value": false
861 }
862 },
863 {
864 "name": "readonly",
865 "value": {
866 "type": "boolean",
867 "value": false
868 }
869 },
870 {
871 "name": "required",
872 "value": {
873 "type": "boolean",
874 "value": false
875 }
876 },
877 {
878 "name": "labelledby",
879 "value": {
880 "type": "nodeList", 790 "type": "nodeList",
881 "relatedNodes": [ 791 "relatedNodes": [
882 { 792 {
883 "text": "label-for-text9", 793 "backendNodeId": "<string>",
884 "nodeResult": "label" 794 "text": "label-for-text9"
885 }, 795 },
886 { 796 {
887 "text": "label-wrapping-text9", 797 "backendNodeId": "<string>",
888 "nodeResult": "label" 798 "text": "label-wrapping-text9"
889 } 799 }
890 ] 800 ]
891 } 801 }
802 },
803 {
804 "type": "placeholder",
805 "value": {
806 "type": "computedString",
807 "value": "text9-placeholder"
808 },
809 "attribute": "placeholder",
810 "attributeValue": {
811 "type": "string",
812 "value": "text9-placeholder"
813 },
814 "superseded": true
815 },
816 {
817 "type": "attribute",
818 "value": {
819 "type": "computedString",
820 "value": "text9-title"
821 },
822 "attribute": "title",
823 "superseded": true
892 } 824 }
893 ] 825 ]
894 } 826 },
895 ] 827 "description": {
828 "type": "computedString",
829 "value": "text9-placeholder"
830 },
831 "properties": [
832 {
833 "name": "invalid",
834 "value": {
835 "type": "token",
836 "value": "false"
837 }
838 },
839 {
840 "name": "multiline",
841 "value": {
842 "type": "boolean",
843 "value": false
844 }
845 },
846 {
847 "name": "readonly",
848 "value": {
849 "type": "boolean",
850 "value": false
851 }
852 },
853 {
854 "name": "required",
855 "value": {
856 "type": "boolean",
857 "value": false
858 }
859 },
860 {
861 "name": "labelledby",
862 "value": {
863 "type": "nodeList",
864 "relatedNodes": [
865 {
866 "text": "label-for-text9",
867 "nodeResult": "label"
868 },
869 {
870 "text": "label-wrapping-text9",
871 "nodeResult": "label"
872 }
873 ]
874 }
875 }
876 ]
877 }
896 } 878 }
897 } 879 }
898 { 880 {
899 "id": "<int>", 881 "id": "<int>",
900 "result": { 882 "result": {
901 "nodes": [ 883 "accessibilityNode": {
902 { 884 "nodeId": "<string>",
903 "nodeId": "<string>", 885 "ignored": false,
904 "ignored": false, 886 "role": {
905 "role": { 887 "type": "role",
906 "type": "role", 888 "value": "textbox"
907 "value": "textbox" 889 },
908 }, 890 "name": {
909 "name": { 891 "type": "computedString",
910 "type": "computedString", 892 "value": "label-wrapping-text10",
911 "value": "label-wrapping-text10", 893 "sources": [
912 "sources": [ 894 {
913 { 895 "type": "relatedElement",
914 "type": "relatedElement", 896 "attribute": "aria-labelledby"
915 "attribute": "aria-labelledby" 897 },
916 }, 898 {
917 { 899 "type": "attribute",
918 "type": "attribute", 900 "attribute": "aria-label"
919 "attribute": "aria-label" 901 },
920 }, 902 {
921 { 903 "type": "relatedElement",
922 "type": "relatedElement", 904 "value": {
923 "value": { 905 "type": "computedString",
924 "type": "computedString", 906 "value": "label-wrapping-text10 "
925 "value": "label-wrapping-text10 " 907 },
926 }, 908 "nativeSource": "labelwrapped",
927 "nativeSource": "labelwrapped", 909 "nativeSourceValue": {
928 "nativeSourceValue": {
929 "type": "nodeList",
930 "relatedNodes": [
931 {
932 "backendNodeId": "<string>",
933 "text": "label-wrapping-text10 "
934 }
935 ]
936 }
937 },
938 {
939 "type": "placeholder",
940 "value": {
941 "type": "computedString",
942 "value": "text10-placeholder"
943 },
944 "attribute": "placeholder",
945 "attributeValue": {
946 "type": "string",
947 "value": "text10-placeholder"
948 },
949 "superseded": true
950 },
951 {
952 "type": "attribute",
953 "value": {
954 "type": "computedString",
955 "value": "text10-title"
956 },
957 "attribute": "title",
958 "superseded": true
959 }
960 ]
961 },
962 "description": {
963 "type": "computedString",
964 "value": "text10-placeholder"
965 },
966 "properties": [
967 {
968 "name": "invalid",
969 "value": {
970 "type": "token",
971 "value": "false"
972 }
973 },
974 {
975 "name": "multiline",
976 "value": {
977 "type": "boolean",
978 "value": false
979 }
980 },
981 {
982 "name": "readonly",
983 "value": {
984 "type": "boolean",
985 "value": false
986 }
987 },
988 {
989 "name": "required",
990 "value": {
991 "type": "boolean",
992 "value": false
993 }
994 },
995 {
996 "name": "labelledby",
997 "value": {
998 "type": "nodeList", 910 "type": "nodeList",
999 "relatedNodes": [ 911 "relatedNodes": [
1000 { 912 {
1001 "text": "label-wrapping-text10 ", 913 "backendNodeId": "<string>",
1002 "nodeResult": "label" 914 "text": "label-wrapping-text10 "
1003 } 915 }
1004 ] 916 ]
1005 } 917 }
918 },
919 {
920 "type": "placeholder",
921 "value": {
922 "type": "computedString",
923 "value": "text10-placeholder"
924 },
925 "attribute": "placeholder",
926 "attributeValue": {
927 "type": "string",
928 "value": "text10-placeholder"
929 },
930 "superseded": true
931 },
932 {
933 "type": "attribute",
934 "value": {
935 "type": "computedString",
936 "value": "text10-title"
937 },
938 "attribute": "title",
939 "superseded": true
1006 } 940 }
1007 ] 941 ]
1008 } 942 },
1009 ] 943 "description": {
944 "type": "computedString",
945 "value": "text10-placeholder"
946 },
947 "properties": [
948 {
949 "name": "invalid",
950 "value": {
951 "type": "token",
952 "value": "false"
953 }
954 },
955 {
956 "name": "multiline",
957 "value": {
958 "type": "boolean",
959 "value": false
960 }
961 },
962 {
963 "name": "readonly",
964 "value": {
965 "type": "boolean",
966 "value": false
967 }
968 },
969 {
970 "name": "required",
971 "value": {
972 "type": "boolean",
973 "value": false
974 }
975 },
976 {
977 "name": "labelledby",
978 "value": {
979 "type": "nodeList",
980 "relatedNodes": [
981 {
982 "text": "label-wrapping-text10 ",
983 "nodeResult": "label"
984 }
985 ]
986 }
987 }
988 ]
989 }
1010 } 990 }
1011 } 991 }
1012 { 992 {
1013 "id": "<int>", 993 "id": "<int>",
1014 "result": { 994 "result": {
1015 "nodes": [ 995 "accessibilityNode": {
1016 { 996 "nodeId": "<string>",
1017 "nodeId": "<string>", 997 "ignored": false,
1018 "ignored": false, 998 "role": {
1019 "role": { 999 "type": "role",
1020 "type": "role", 1000 "value": "textbox"
1021 "value": "textbox" 1001 },
1022 }, 1002 "name": {
1023 "name": { 1003 "type": "computedString",
1024 "type": "computedString", 1004 "value": "first-label-for-text11 second-label-for-text11",
1025 "value": "first-label-for-text11 second-label-for-text11", 1005 "sources": [
1026 "sources": [ 1006 {
1027 { 1007 "type": "relatedElement",
1028 "type": "relatedElement", 1008 "attribute": "aria-labelledby"
1029 "attribute": "aria-labelledby" 1009 },
1030 }, 1010 {
1031 { 1011 "type": "attribute",
1032 "type": "attribute", 1012 "attribute": "aria-label"
1033 "attribute": "aria-label" 1013 },
1034 }, 1014 {
1035 { 1015 "type": "relatedElement",
1036 "type": "relatedElement", 1016 "value": {
1037 "value": { 1017 "type": "computedString",
1038 "type": "computedString", 1018 "value": "first-label-for-text11 second-label-for-text11"
1039 "value": "first-label-for-text11 second-label-for-text11" 1019 },
1040 }, 1020 "nativeSource": "labelfor",
1041 "nativeSource": "labelfor", 1021 "nativeSourceValue": {
1042 "nativeSourceValue": {
1043 "type": "nodeList",
1044 "relatedNodes": [
1045 {
1046 "backendNodeId": "<string>",
1047 "text": "first-label-for-text11"
1048 },
1049 {
1050 "backendNodeId": "<string>",
1051 "text": "second-label-for-text11"
1052 }
1053 ]
1054 }
1055 },
1056 {
1057 "type": "placeholder",
1058 "attribute": "placeholder",
1059 "superseded": true
1060 },
1061 {
1062 "type": "attribute",
1063 "attribute": "title",
1064 "superseded": true
1065 }
1066 ]
1067 },
1068 "properties": [
1069 {
1070 "name": "invalid",
1071 "value": {
1072 "type": "token",
1073 "value": "false"
1074 }
1075 },
1076 {
1077 "name": "multiline",
1078 "value": {
1079 "type": "boolean",
1080 "value": false
1081 }
1082 },
1083 {
1084 "name": "readonly",
1085 "value": {
1086 "type": "boolean",
1087 "value": false
1088 }
1089 },
1090 {
1091 "name": "required",
1092 "value": {
1093 "type": "boolean",
1094 "value": false
1095 }
1096 },
1097 {
1098 "name": "labelledby",
1099 "value": {
1100 "type": "nodeList", 1022 "type": "nodeList",
1101 "relatedNodes": [ 1023 "relatedNodes": [
1102 { 1024 {
1103 "text": "first-label-for-text11", 1025 "backendNodeId": "<string>",
1104 "nodeResult": "label" 1026 "text": "first-label-for-text11"
1105 }, 1027 },
1106 { 1028 {
1107 "text": "second-label-for-text11", 1029 "backendNodeId": "<string>",
1108 "nodeResult": "label" 1030 "text": "second-label-for-text11"
1109 } 1031 }
1110 ] 1032 ]
1111 } 1033 }
1034 },
1035 {
1036 "type": "placeholder",
1037 "attribute": "placeholder",
1038 "superseded": true
1039 },
1040 {
1041 "type": "attribute",
1042 "attribute": "title",
1043 "superseded": true
1112 } 1044 }
1113 ] 1045 ]
1114 } 1046 },
1115 ] 1047 "properties": [
1048 {
1049 "name": "invalid",
1050 "value": {
1051 "type": "token",
1052 "value": "false"
1053 }
1054 },
1055 {
1056 "name": "multiline",
1057 "value": {
1058 "type": "boolean",
1059 "value": false
1060 }
1061 },
1062 {
1063 "name": "readonly",
1064 "value": {
1065 "type": "boolean",
1066 "value": false
1067 }
1068 },
1069 {
1070 "name": "required",
1071 "value": {
1072 "type": "boolean",
1073 "value": false
1074 }
1075 },
1076 {
1077 "name": "labelledby",
1078 "value": {
1079 "type": "nodeList",
1080 "relatedNodes": [
1081 {
1082 "text": "first-label-for-text11",
1083 "nodeResult": "label"
1084 },
1085 {
1086 "text": "second-label-for-text11",
1087 "nodeResult": "label"
1088 }
1089 ]
1090 }
1091 }
1092 ]
1093 }
1116 } 1094 }
1117 } 1095 }
1118 1096
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698