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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNodeWithAncestors-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
(Empty)
1
2 result: {
3 "nodes": [
4 {
5 "nodeId": "<id>",
6 "ignored": false,
7 "role": {
8 "type": "role",
9 "value": "textbox"
10 },
11 "name": {
12 "type": "computedString",
13 "value": "",
14 "sources": [
15 {
16 "type": "relatedElement",
17 "attribute": "aria-labelledby"
18 },
19 {
20 "type": "attribute",
21 "attribute": "aria-label"
22 },
23 {
24 "type": "relatedElement",
25 "nativeSource": "label"
26 },
27 {
28 "type": "placeholder",
29 "attribute": "placeholder"
30 },
31 {
32 "type": "attribute",
33 "attribute": "title"
34 }
35 ]
36 },
37 "properties": [
38 {
39 "name": "invalid",
40 "value": {
41 "type": "token",
42 "value": "false"
43 }
44 },
45 {
46 "name": "multiline",
47 "value": {
48 "type": "boolean",
49 "value": false
50 }
51 },
52 {
53 "name": "readonly",
54 "value": {
55 "type": "boolean",
56 "value": false
57 }
58 },
59 {
60 "name": "required",
61 "value": {
62 "type": "boolean",
63 "value": false
64 }
65 }
66 ]
67 },
68 {
69 "nodeId": "<id>",
70 "ignored": false,
71 "role": {
72 "type": "role",
73 "value": "article"
74 },
75 "name": {
76 "type": "computedString",
77 "value": "Top story",
78 "sources": [
79 {
80 "type": "relatedElement",
81 "attribute": "aria-labelledby"
82 },
83 {
84 "type": "attribute",
85 "value": {
86 "type": "computedString",
87 "value": "Top story"
88 },
89 "attribute": "aria-label",
90 "attributeValue": {
91 "type": "string",
92 "value": "Top story"
93 }
94 },
95 {
96 "type": "attribute",
97 "attribute": "title",
98 "superseded": true
99 }
100 ]
101 },
102 "properties": []
103 },
104 {
105 "nodeId": "<id>",
106 "ignored": false,
107 "role": {
108 "type": "role",
109 "value": "main"
110 },
111 "name": {
112 "type": "computedString",
113 "value": "",
114 "sources": [
115 {
116 "type": "relatedElement",
117 "attribute": "aria-labelledby"
118 },
119 {
120 "type": "attribute",
121 "attribute": "aria-label"
122 },
123 {
124 "type": "attribute",
125 "attribute": "title"
126 }
127 ]
128 },
129 "properties": []
130 },
131 {
132 "nodeId": "<id>",
133 "ignored": false,
134 "role": {
135 "type": "internalRole",
136 "value": "WebArea"
137 },
138 "name": {
139 "type": "computedString",
140 "value": "",
141 "sources": [
142 {
143 "type": "relatedElement",
144 "attribute": "aria-labelledby"
145 },
146 {
147 "type": "attribute",
148 "attribute": "aria-label"
149 },
150 {
151 "type": "attribute",
152 "attribute": "aria-label",
153 "superseded": true
154 },
155 {
156 "type": "relatedElement",
157 "nativeSource": "title"
158 },
159 {
160 "type": "attribute",
161 "attribute": "title"
162 }
163 ]
164 },
165 "properties": []
166 }
167 ]
168 }
169
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698