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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-buttons-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 {
2 "nodeId": "<string>", 3 "nodeId": "<string>",
3 "ignored": false, 4 "ignored": false,
4 "role": { 5 "role": {
5 "type": "role", 6 "type": "role",
6 "value": "button" 7 "value": "button"
7 }, 8 },
8 "name": { 9 "name": {
9 "type": "computedString", 10 "type": "computedString",
10 "value": "", 11 "value": "",
(...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 "name": "invalid", 1282 "name": "invalid",
1282 "value": { 1283 "value": {
1283 "type": "token", 1284 "type": "token",
1284 "value": "false" 1285 "value": "false"
1285 } 1286 }
1286 } 1287 }
1287 ], 1288 ],
1288 "domNode": "input#image-input5" 1289 "domNode": "input#image-input5"
1289 } 1290 }
1290 1291
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698