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

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

Issue 2351443003: Revert of Show ancestor hierarchy in accessibility panel (Closed)
Patch Set: 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 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
11 Tea 11 Tea
12 Coffee 12 Coffee
13 Cola 13 Cola
14 Ginger Ale 14 Ginger Ale
15 { 15 {
16 "id": "<int>", 16 "id": "<int>",
17 "result": { 17 "result": {
18 "nodes": [ 18 "accessibilityNode": {
19 { 19 "nodeId": "<string>",
20 "nodeId": "<string>", 20 "ignored": false,
21 "ignored": false, 21 "role": {
22 "role": { 22 "type": "role",
23 "type": "role", 23 "value": "radiogroup"
24 "value": "radiogroup" 24 },
25 }, 25 "name": {
26 "name": { 26 "type": "computedString",
27 "type": "computedString", 27 "value": "Lunch Options",
28 "value": "Lunch Options", 28 "sources": [
29 "sources": [ 29 {
30 { 30 "type": "relatedElement",
31 "type": "relatedElement", 31 "value": {
32 "value": { 32 "type": "computedString",
33 "type": "computedString", 33 "value": "Lunch Options"
34 "value": "Lunch Options"
35 },
36 "attribute": "aria-labelledby",
37 "attributeValue": {
38 "type": "idrefList",
39 "value": "rg1_label",
40 "relatedNodes": [
41 {
42 "idref": "rg1_label",
43 "text": "Lunch Options",
44 "nodeResult": "h3#rg1_label"
45 }
46 ]
47 }
48 }, 34 },
49 { 35 "attribute": "aria-labelledby",
50 "type": "attribute", 36 "attributeValue": {
51 "attribute": "aria-label", 37 "type": "idrefList",
52 "superseded": true 38 "value": "rg1_label",
53 },
54 {
55 "type": "attribute",
56 "attribute": "title",
57 "superseded": true
58 }
59 ]
60 },
61 "properties": [
62 {
63 "name": "required",
64 "value": {
65 "type": "boolean",
66 "value": false
67 }
68 },
69 {
70 "name": "activedescendant",
71 "value": {
72 "type": "idref",
73 "relatedNodes": [
74 {
75 "idref": "rg1-r4",
76 "nodeResult": "li#rg1-r4"
77 }
78 ]
79 }
80 },
81 {
82 "name": "labelledby",
83 "value": {
84 "type": "nodeList",
85 "relatedNodes": [ 39 "relatedNodes": [
86 { 40 {
87 "idref": "rg1_label", 41 "idref": "rg1_label",
88 "text": "Lunch Options", 42 "text": "Lunch Options",
89 "nodeResult": "h3#rg1_label" 43 "nodeResult": "h3#rg1_label"
90 } 44 }
91 ] 45 ]
92 } 46 }
47 },
48 {
49 "type": "attribute",
50 "attribute": "aria-label",
51 "superseded": true
52 },
53 {
54 "type": "attribute",
55 "attribute": "title",
56 "superseded": true
93 } 57 }
94 ] 58 ]
95 } 59 },
96 ] 60 "properties": [
61 {
62 "name": "required",
63 "value": {
64 "type": "boolean",
65 "value": false
66 }
67 },
68 {
69 "name": "activedescendant",
70 "value": {
71 "type": "idref",
72 "relatedNodes": [
73 {
74 "idref": "rg1-r4",
75 "nodeResult": "li#rg1-r4"
76 }
77 ]
78 }
79 },
80 {
81 "name": "labelledby",
82 "value": {
83 "type": "nodeList",
84 "relatedNodes": [
85 {
86 "idref": "rg1_label",
87 "text": "Lunch Options",
88 "nodeResult": "h3#rg1_label"
89 }
90 ]
91 }
92 }
93 ]
94 }
97 } 95 }
98 } 96 }
99 { 97 {
100 "id": "<int>", 98 "id": "<int>",
101 "result": { 99 "result": {
102 "nodes": [ 100 "accessibilityNode": {
103 { 101 "nodeId": "<string>",
104 "nodeId": "<string>", 102 "ignored": false,
105 "ignored": false, 103 "role": {
106 "role": { 104 "type": "role",
107 "type": "role", 105 "value": "radiogroup"
108 "value": "radiogroup" 106 },
109 }, 107 "name": {
110 "name": { 108 "type": "computedString",
111 "type": "computedString", 109 "value": "Drink Options",
112 "value": "Drink Options", 110 "sources": [
113 "sources": [ 111 {
114 { 112 "type": "relatedElement",
115 "type": "relatedElement", 113 "value": {
116 "value": { 114 "type": "computedString",
117 "type": "computedString", 115 "value": "Drink Options"
118 "value": "Drink Options"
119 },
120 "attribute": "aria-labelledby",
121 "attributeValue": {
122 "type": "idrefList",
123 "value": "rg2_label",
124 "relatedNodes": [
125 {
126 "idref": "rg2_label",
127 "text": "Drink Options",
128 "nodeResult": "h3#rg2_label"
129 }
130 ]
131 }
132 }, 116 },
133 { 117 "attribute": "aria-labelledby",
134 "type": "attribute", 118 "attributeValue": {
135 "attribute": "aria-label", 119 "type": "idrefList",
136 "superseded": true 120 "value": "rg2_label",
137 },
138 {
139 "type": "attribute",
140 "attribute": "title",
141 "superseded": true
142 }
143 ]
144 },
145 "properties": [
146 {
147 "name": "required",
148 "value": {
149 "type": "boolean",
150 "value": false
151 }
152 },
153 {
154 "name": "labelledby",
155 "value": {
156 "type": "nodeList",
157 "relatedNodes": [ 121 "relatedNodes": [
158 { 122 {
159 "idref": "rg2_label", 123 "idref": "rg2_label",
160 "text": "Drink Options", 124 "text": "Drink Options",
161 "nodeResult": "h3#rg2_label" 125 "nodeResult": "h3#rg2_label"
162 } 126 }
163 ] 127 ]
164 } 128 }
129 },
130 {
131 "type": "attribute",
132 "attribute": "aria-label",
133 "superseded": true
134 },
135 {
136 "type": "attribute",
137 "attribute": "title",
138 "superseded": true
165 } 139 }
166 ] 140 ]
167 } 141 },
168 ] 142 "properties": [
143 {
144 "name": "required",
145 "value": {
146 "type": "boolean",
147 "value": false
148 }
149 },
150 {
151 "name": "labelledby",
152 "value": {
153 "type": "nodeList",
154 "relatedNodes": [
155 {
156 "idref": "rg2_label",
157 "text": "Drink Options",
158 "nodeResult": "h3#rg2_label"
159 }
160 ]
161 }
162 }
163 ]
164 }
169 } 165 }
170 } 166 }
171 167
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698