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

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

Issue 2942573003: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: Protocol -> dp 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 1
6 Details 2
7 Select All
8 { 2 {
9 "nodeId": "<string>", 3 "nodeId": "<string>",
10 "ignored": false, 4 "ignored": false,
11 "role": { 5 "role": {
12 "type": "role", 6 "type": "role",
13 "value": "textbox" 7 "value": "textbox"
14 }, 8 },
15 "name": { 9 "name": {
16 "type": "computedString", 10 "type": "computedString",
17 "value": "", 11 "value": "",
(...skipping 234 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