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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-labelledby-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 {
2 "nodeId": "<string>", 3 "nodeId": "<string>",
3 "ignored": false, 4 "ignored": false,
4 "role": { 5 "role": {
5 "type": "internalRole", 6 "type": "internalRole",
6 "value": "GenericContainer" 7 "value": "GenericContainer"
7 }, 8 },
8 "name": { 9 "name": {
9 "type": "computedString", 10 "type": "computedString",
10 "value": "", 11 "value": "",
(...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1264 "text": "A B C", 1265 "text": "A B C",
1265 "nodeResult": "ul#list1" 1266 "nodeResult": "ul#list1"
1266 } 1267 }
1267 ] 1268 ]
1268 } 1269 }
1269 } 1270 }
1270 ], 1271 ],
1271 "domNode": "input#input1" 1272 "domNode": "input#input1"
1272 } 1273 }
1273 1274
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698