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

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

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

Powered by Google App Engine
This is Rietveld 408576698