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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getRelationships-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 Lunch Options
2 1
3 Thai
4 Subway
5 Jimmy Johns
6 Radio Maria
7 Rainbow Gardens
8 Drink Options
9
10 Water
11 Tea
12 Coffee
13 Cola
14 Ginger Ale
15 { 2 {
16 "nodeId": "<string>", 3 "nodeId": "<string>",
17 "ignored": false, 4 "ignored": false,
18 "role": { 5 "role": {
19 "type": "role", 6 "type": "role",
20 "value": "radiogroup" 7 "value": "radiogroup"
21 }, 8 },
22 "name": { 9 "name": {
23 "type": "computedString", 10 "type": "computedString",
24 "value": "Lunch Options", 11 "value": "Lunch Options",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "text": "Drink Options", 137 "text": "Drink Options",
151 "nodeResult": "h3#rg2_label" 138 "nodeResult": "h3#rg2_label"
152 } 139 }
153 ] 140 ]
154 } 141 }
155 } 142 }
156 ], 143 ],
157 "domNode": "ul#rg2" 144 "domNode": "ul#rg2"
158 } 145 }
159 146
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698