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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-getProperties-preview-expected.txt

Issue 2954093003: [DevTools] Migrate inspector-protocol/runtime tests to new harness (Closed)
Patch Set: fail: Created 3 years, 5 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 p1 : Object 2 p1 : Object
2 p2 : Object 3 p2 : Object
3 p1 : { 4 p1 : {
4 "type": "object", 5 "type": "object",
5 "description": "Object", 6 "description": "Object",
6 "overflow": false, 7 "overflow": false,
7 "properties": [ 8 "properties": [
8 { 9 {
9 "name": "a", 10 "name": "a",
10 "type": "number", 11 "type": "number",
(...skipping 12 matching lines...) Expand all
23 "value": "foo" 24 "value": "foo"
24 }, 25 },
25 { 26 {
26 "name": "bb", 27 "name": "bb",
27 "type": "string", 28 "type": "string",
28 "value": "bar" 29 "value": "bar"
29 } 30 }
30 ] 31 ]
31 } 32 }
32 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698