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

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

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 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 Non-hidden div for comparison 1 Non-hidden div for comparison
2 non-hidden treeitem 2 non-hidden treeitem
3 hidden non-treeitem 3 hidden non-treeitem
4 Buttons are leaf nodes 4 Buttons are leaf nodes
5 Descendant of aria-hidden node 5 Descendant of aria-hidden node
6 6
7 List item also presentational 7 List item also presentational
8 Div in list isn't presentational 8 Div in list isn't presentational
9 Content within label refers to label container 9 Content within label refers to label container
10 #_1: { 10 #_1: {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 { 67 {
68 "name": "selected", 68 "name": "selected",
69 "value": { 69 "value": {
70 "type": "boolean", 70 "type": "boolean",
71 "value": false 71 "value": false
72 } 72 }
73 } 73 }
74 ], 74 ],
75 "name": { 75 "name": {
76 "type": "computedString", 76 "type": "computedString",
77 "value": "non-hidden treeitem", 77 "value": "",
78 "sources": [ 78 "sources": [
79 { 79 {
80 "type": "relatedElement", 80 "type": "relatedElement",
81 "attribute": "aria-labelledby" 81 "attribute": "aria-labelledby"
82 }, 82 },
83 { 83 {
84 "type": "attribute", 84 "type": "attribute",
85 "attribute": "aria-label" 85 "attribute": "aria-label"
86 }, 86 },
87 { 87 {
88 "type": "contents",
89 "value": {
90 "type": "string",
91 "value": "non-hidden treeitem"
92 }
93 },
94 {
95 "type": "attribute", 88 "type": "attribute",
96 "attribute": "title", 89 "attribute": "title"
97 "superseded": true
98 } 90 }
99 ] 91 ]
100 } 92 }
101 } 93 }
102 } 94 }
103 } 95 }
104 #_3: { 96 #_3: {
105 "id": "<int>", 97 "id": "<int>",
106 "result": { 98 "result": {
107 "accessibilityNode": { 99 "accessibilityNode": {
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 "value": { 446 "value": {
455 "type": "boolean", 447 "type": "boolean",
456 "value": true 448 "value": true
457 } 449 }
458 } 450 }
459 ] 451 ]
460 } 452 }
461 } 453 }
462 } 454 }
463 455
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698