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

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

Issue 2942573003: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: Protocol -> dp Created 3 years, 6 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 {
2 "nodeId": "<string>", 3 "nodeId": "<string>",
3 "ignored": false, 4 "ignored": false,
4 "role": { 5 "role": {
5 "type": "role", 6 "type": "role",
6 "value": "link" 7 "value": "link"
7 }, 8 },
8 "name": { 9 "name": {
9 "type": "computedString", 10 "type": "computedString",
10 "value": "1 2 7", 11 "value": "1 2 7",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "value": "textbox" 307 "value": "textbox"
307 }, 308 },
308 "name": { 309 "name": {
309 "type": "computedString", 310 "type": "computedString",
310 "value": "1 2 7", 311 "value": "1 2 7",
311 "sources": [ 312 "sources": [
312 { 313 {
313 "type": "relatedElement", 314 "type": "relatedElement",
314 "value": { 315 "value": {
315 "type": "computedString", 316 "type": "computedString",
316 "value": "\n 1 \n \n 2 \n \n \n \n \n \n 7 \n " 317 "value": "\n 1 \n \n 2 \n \n \n \n \n \n 7 \n "
317 }, 318 },
318 "attribute": "aria-labelledby", 319 "attribute": "aria-labelledby",
319 "attributeValue": { 320 "attributeValue": {
320 "type": "idrefList", 321 "type": "idrefList",
321 "value": "label4", 322 "value": "label4",
322 "relatedNodes": [ 323 "relatedNodes": [
323 { 324 {
324 "idref": "label4", 325 "idref": "label4",
325 "text": "\n 1 \n \n 2 \n \n \n \n \n \n 7 \n ", 326 "text": "\n 1 \n \n 2 \n \ n \n \n \n \n 7 \n ",
326 "nodeResult": "div#label4" 327 "nodeResult": "div#label4"
327 } 328 }
328 ] 329 ]
329 } 330 }
330 }, 331 },
331 { 332 {
332 "type": "attribute", 333 "type": "attribute",
333 "attribute": "aria-label", 334 "attribute": "aria-label",
334 "superseded": true 335 "superseded": true
335 }, 336 },
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 "value": false 385 "value": false
385 } 386 }
386 }, 387 },
387 { 388 {
388 "name": "labelledby", 389 "name": "labelledby",
389 "value": { 390 "value": {
390 "type": "nodeList", 391 "type": "nodeList",
391 "relatedNodes": [ 392 "relatedNodes": [
392 { 393 {
393 "idref": "label4", 394 "idref": "label4",
394 "text": "\n 1 \n \n 2 \n \n \n \n \n \n 7 \n ", 395 "text": "\n 1 \n \n 2 \n \n \n \n \n \n 7 \n ",
395 "nodeResult": "div#label4" 396 "nodeResult": "div#label4"
396 } 397 }
397 ] 398 ]
398 } 399 }
399 } 400 }
400 ], 401 ],
401 "domNode": "input#input4" 402 "domNode": "input#input4"
402 } 403 }
403 { 404 {
404 "nodeId": "<string>", 405 "nodeId": "<string>",
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 "text": "Before After", 792 "text": "Before After",
792 "nodeResult": "label" 793 "nodeResult": "label"
793 } 794 }
794 ] 795 ]
795 } 796 }
796 } 797 }
797 ], 798 ],
798 "domNode": "input#input5" 799 "domNode": "input#input5"
799 } 800 }
800 801
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698