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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getRelationships-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 Lunch Options 1 Lunch Options
2 2
3 Thai 3 Thai
4 Subway 4 Subway
5 Jimmy Johns 5 Jimmy Johns
6 Radio Maria 6 Radio Maria
7 Rainbow Gardens 7 Rainbow Gardens
8 Drink Options 8 Drink Options
9 9
10 Water 10 Water
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "type": "attribute", 79 "type": "attribute",
80 "attribute": "aria-label", 80 "attribute": "aria-label",
81 "superseded": true 81 "superseded": true
82 }, 82 },
83 { 83 {
84 "type": "attribute", 84 "type": "attribute",
85 "attribute": "title", 85 "attribute": "title",
86 "superseded": true 86 "superseded": true
87 } 87 }
88 ] 88 ]
89 },
90 "description": {
91 "type": "computedString",
92 "value": "Lunch Options"
93 } 89 }
94 } 90 }
95 } 91 }
96 } 92 }
97 { 93 {
98 "id": "<int>", 94 "id": "<int>",
99 "result": { 95 "result": {
100 "accessibilityNode": { 96 "accessibilityNode": {
101 "nodeId": "<string>", 97 "nodeId": "<string>",
102 "ignored": false, 98 "ignored": false,
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "type": "attribute", 145 "type": "attribute",
150 "attribute": "aria-label", 146 "attribute": "aria-label",
151 "superseded": true 147 "superseded": true
152 }, 148 },
153 { 149 {
154 "type": "attribute", 150 "type": "attribute",
155 "attribute": "title", 151 "attribute": "title",
156 "superseded": true 152 "superseded": true
157 } 153 }
158 ] 154 ]
159 },
160 "description": {
161 "type": "computedString",
162 "value": "Drink Options"
163 } 155 }
164 } 156 }
165 } 157 }
166 } 158 }
167 159
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698