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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-modal-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 Open Dialog 1
2 { 2 {
3 "nodeId": "<string>", 3 "nodeId": "<string>",
4 "ignored": false, 4 "ignored": false,
5 "role": { 5 "role": {
6 "type": "role", 6 "type": "role",
7 "value": "dialog" 7 "value": "dialog"
8 }, 8 },
9 "name": { 9 "name": {
10 "type": "computedString", 10 "type": "computedString",
11 "value": "", 11 "value": "",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "name": "modal", 222 "name": "modal",
223 "value": { 223 "value": {
224 "type": "boolean", 224 "type": "boolean",
225 "value": false 225 "value": false
226 } 226 }
227 } 227 }
228 ], 228 ],
229 "domNode": "dialog" 229 "domNode": "dialog"
230 } 230 }
231 231
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698