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

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

Issue 2946673003: Aria-details takes an ID reference, not an ID reference list (Closed)
Patch Set: Rebase 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 1
2 This text field has an error! 2 This text field has an error!
3 3
4 4
5 Details 1 5 Details
6 Details 2
7 Select All 6 Select All
8 { 7 {
9 "nodeId": "<string>", 8 "nodeId": "<string>",
10 "ignored": false, 9 "ignored": false,
11 "role": { 10 "role": {
12 "type": "role", 11 "type": "role",
13 "value": "textbox" 12 "value": "textbox"
14 }, 13 },
15 "name": { 14 "name": {
16 "type": "computedString", 15 "type": "computedString",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "type": "attribute", 121 "type": "attribute",
123 "attribute": "title", 122 "attribute": "title",
124 "superseded": true 123 "superseded": true
125 } 124 }
126 ] 125 ]
127 }, 126 },
128 "properties": [ 127 "properties": [
129 { 128 {
130 "name": "details", 129 "name": "details",
131 "value": { 130 "value": {
132 "type": "idrefList", 131 "type": "idref",
133 "value": "",
134 "relatedNodes": [ 132 "relatedNodes": [
135 { 133 {
136 "idref": "d1", 134 "idref": "d",
137 "nodeResult": "div#d1" 135 "nodeResult": "div#d"
138 },
139 {
140 "idref": "d2",
141 "nodeResult": "div#d2"
142 } 136 }
143 ] 137 ]
144 } 138 }
145 } 139 }
146 ], 140 ],
147 "domNode": "img" 141 "domNode": "img"
148 } 142 }
149 { 143 {
150 "nodeId": "<string>", 144 "nodeId": "<string>",
151 "ignored": false, 145 "ignored": false,
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "name": "roledescription", 246 "name": "roledescription",
253 "value": { 247 "value": {
254 "type": "string", 248 "type": "string",
255 "value": "Lightswitch" 249 "value": "Lightswitch"
256 } 250 }
257 } 251 }
258 ], 252 ],
259 "domNode": "input" 253 "domNode": "input"
260 } 254 }
261 255
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698