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

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

Issue 2322413003: Show ancestor hierarchy in accessibility panel (Closed)
Patch Set: Add new test for ancestors Created 4 years, 3 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 Hidden by modal dialog 1 Hidden by modal dialog
2 (Dialog itself is not hidden) 2 (Dialog itself is not hidden)
3 Non-hidden element inside dialog 3 Non-hidden element inside dialog
4 { 4 {
5 "id": "<int>", 5 "id": "<int>",
6 "result": { 6 "result": {
7 "accessibilityNode": { 7 "nodes": [
8 "nodeId": "<string>", 8 {
9 "ignored": true, 9 "nodeId": "<string>",
10 "ignoredReasons": [ 10 "ignored": true,
11 { 11 "ignoredReasons": [
12 "name": "activeModalDialog", 12 {
13 "value": { 13 "name": "activeModalDialog",
14 "type": "idref", 14 "value": {
15 "relatedNodes": [ 15 "type": "idref",
16 { 16 "relatedNodes": [
17 "nodeResult": "dialog" 17 {
18 } 18 "nodeResult": "dialog"
19 ] 19 }
20 ]
21 }
20 } 22 }
23 ],
24 "role": {
25 "type": "internalRole",
26 "value": "Div"
21 } 27 }
22 ],
23 "role": {
24 "type": "internalRole",
25 "value": "Div"
26 } 28 }
27 } 29 ]
28 } 30 }
29 } 31 }
30 { 32 {
31 "id": "<int>", 33 "id": "<int>",
32 "result": { 34 "result": {
33 "accessibilityNode": { 35 "nodes": [
34 "nodeId": "<string>", 36 {
35 "ignored": false, 37 "nodeId": "<string>",
36 "role": { 38 "ignored": false,
37 "type": "role", 39 "role": {
38 "value": "dialog" 40 "type": "role",
39 }, 41 "value": "dialog"
40 "name": { 42 },
41 "type": "computedString", 43 "name": {
42 "value": "", 44 "type": "computedString",
43 "sources": [ 45 "value": "",
44 { 46 "sources": [
45 "type": "relatedElement", 47 {
46 "attribute": "aria-labelledby" 48 "type": "relatedElement",
47 }, 49 "attribute": "aria-labelledby"
48 { 50 },
49 "type": "attribute", 51 {
50 "attribute": "aria-label" 52 "type": "attribute",
51 }, 53 "attribute": "aria-label"
52 { 54 },
53 "type": "attribute", 55 {
54 "attribute": "title" 56 "type": "attribute",
55 } 57 "attribute": "title"
56 ] 58 }
57 }, 59 ]
58 "properties": [] 60 },
59 } 61 "properties": []
62 }
63 ]
60 } 64 }
61 } 65 }
62 { 66 {
63 "id": "<int>", 67 "id": "<int>",
64 "result": { 68 "result": {
65 "accessibilityNode": { 69 "nodes": [
66 "nodeId": "<string>", 70 {
67 "ignored": false, 71 "nodeId": "<string>",
68 "role": { 72 "ignored": false,
69 "type": "internalRole", 73 "role": {
70 "value": "Div" 74 "type": "internalRole",
71 }, 75 "value": "Div"
72 "name": { 76 },
73 "type": "computedString", 77 "name": {
74 "value": "", 78 "type": "computedString",
75 "sources": [ 79 "value": "",
76 { 80 "sources": [
77 "type": "relatedElement", 81 {
78 "attribute": "aria-labelledby" 82 "type": "relatedElement",
79 }, 83 "attribute": "aria-labelledby"
80 { 84 },
81 "type": "attribute", 85 {
82 "attribute": "aria-label" 86 "type": "attribute",
83 }, 87 "attribute": "aria-label"
84 { 88 },
85 "type": "attribute", 89 {
86 "attribute": "title" 90 "type": "attribute",
87 } 91 "attribute": "title"
88 ] 92 }
89 }, 93 ]
90 "properties": [] 94 },
91 } 95 "properties": []
96 }
97 ]
92 } 98 }
93 } 99 }
94 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698