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

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

Issue 2951183002: [DevTools] Move inspector-protocol/accessibility tests to new harness (Closed)
Patch Set: 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 Non-hidden div for comparison 1
2 non-hidden treeitem
3 hidden non-treeitem
4 Buttons are leaf nodes
5 Descendant of aria-hidden node
6 List item also presentational
7 Div in list isn't presentational
8 Content within label refers to label container inert button
9 button in inert subtree
10 2
11 WebArea 3 WebArea
12 tree 4 tree
13 *Ignored 5 *Ignored
14 { 6 {
15 "nodeId": "<string>", 7 "nodeId": "<string>",
16 "ignored": true, 8 "ignored": true,
17 "ignoredReasons": [ 9 "ignoredReasons": [
18 { 10 {
19 "name": "ancestorDisallowsChild", 11 "name": "ancestorDisallowsChild",
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 GenericContainer 174 GenericContainer
183 tree 175 tree
184 img 176 img
185 button "Buttons are leaf nodes" 177 button "Buttons are leaf nodes"
186 text "List item also presentational" 178 text "List item also presentational"
187 *GenericContainer 179 *GenericContainer
188 text "Div in list isn't presentational" 180 text "Div in list isn't presentational"
189 checkbox "Content within label refers to label container" 181 checkbox "Content within label refers to label container"
190 GenericContainer 182 GenericContainer
191 combobox 183 combobox
192 GenericContainer
193 { 184 {
194 "nodeId": "<string>", 185 "nodeId": "<string>",
195 "ignored": false, 186 "ignored": false,
196 "role": { 187 "role": {
197 "type": "internalRole", 188 "type": "internalRole",
198 "value": "GenericContainer" 189 "value": "GenericContainer"
199 }, 190 },
200 "name": { 191 "name": {
201 "type": "computedString", 192 "type": "computedString",
202 "value": "", 193 "value": "",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 GenericContainer 361 GenericContainer
371 tree 362 tree
372 img 363 img
373 button "Buttons are leaf nodes" 364 button "Buttons are leaf nodes"
374 text "List item also presentational" 365 text "List item also presentational"
375 GenericContainer 366 GenericContainer
376 checkbox "Content within label refers to label container" 367 checkbox "Content within label refers to label container"
377 GenericContainer 368 GenericContainer
378 *combobox 369 *combobox
379 MenuListPopup 370 MenuListPopup
380 GenericContainer
381 { 371 {
382 "nodeId": "<string>", 372 "nodeId": "<string>",
383 "ignored": false, 373 "ignored": false,
384 "role": { 374 "role": {
385 "type": "role", 375 "type": "role",
386 "value": "combobox" 376 "value": "combobox"
387 }, 377 },
388 "name": { 378 "name": {
389 "type": "computedString", 379 "type": "computedString",
390 "value": "", 380 "value": "",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 } 498 }
509 } 499 }
510 ], 500 ],
511 "role": { 501 "role": {
512 "type": "internalRole", 502 "type": "internalRole",
513 "value": "Ignored" 503 "value": "Ignored"
514 }, 504 },
515 "domNode": "button" 505 "domNode": "button"
516 } 506 }
517 507
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698