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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 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 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 List item also presentational 6 List item also presentational
7 Div in list isn't presentational 7 Div in list isn't presentational
8 Content within label refers to label container 8 Content within label refers to label container
9 9
10 WebArea 10 WebArea
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 } 171 }
172 ], 172 ],
173 "role": { 173 "role": {
174 "type": "internalRole", 174 "type": "internalRole",
175 "value": "Ignored" 175 "value": "Ignored"
176 }, 176 },
177 "domNode": "li" 177 "domNode": "li"
178 } 178 }
179 179
180 WebArea 180 WebArea
181 *Div 181 *GenericContainer
182 text "Div in list isn't presentational" 182 text "Div in list isn't presentational"
183 { 183 {
184 "nodeId": "<string>", 184 "nodeId": "<string>",
185 "ignored": false, 185 "ignored": false,
186 "role": { 186 "role": {
187 "type": "internalRole", 187 "type": "internalRole",
188 "value": "Div" 188 "value": "GenericContainer"
189 }, 189 },
190 "name": { 190 "name": {
191 "type": "computedString", 191 "type": "computedString",
192 "value": "", 192 "value": "",
193 "sources": [ 193 "sources": [
194 { 194 {
195 "type": "relatedElement", 195 "type": "relatedElement",
196 "attribute": "aria-labelledby" 196 "attribute": "aria-labelledby"
197 }, 197 },
198 { 198 {
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 "name": "expanded", 407 "name": "expanded",
408 "value": { 408 "value": {
409 "type": "booleanOrUndefined", 409 "type": "booleanOrUndefined",
410 "value": false 410 "value": false
411 } 411 }
412 } 412 }
413 ], 413 ],
414 "domNode": "select" 414 "domNode": "select"
415 } 415 }
416 416
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698