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

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

Issue 2951183002: [DevTools] Move inspector-protocol/accessibility tests to new harness (Closed)
Patch Set: 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!
3
4
5 Details
6 Select All
7 { 2 {
8 "nodeId": "<string>", 3 "nodeId": "<string>",
9 "ignored": false, 4 "ignored": false,
10 "role": { 5 "role": {
11 "type": "role", 6 "type": "role",
12 "value": "textbox" 7 "value": "textbox"
13 }, 8 },
14 "name": { 9 "name": {
15 "type": "computedString", 10 "type": "computedString",
16 "value": "", 11 "value": "",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "name": "roledescription", 241 "name": "roledescription",
247 "value": { 242 "value": {
248 "type": "string", 243 "type": "string",
249 "value": "Lightswitch" 244 "value": "Lightswitch"
250 } 245 }
251 } 246 }
252 ], 247 ],
253 "domNode": "input" 248 "domNode": "input"
254 } 249 }
255 250
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698