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

Side by Side Diff: test/inspector/runtime/get-properties-preview-expected.txt

Issue 2379303002: Revert "[inspector] added inspector test runner [part 3-5]" (Closed)
Patch Set: Created 4 years, 2 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
(Empty)
1 p1 : Object
2 p2 : Object
3 p1 : {
4 "type": "object",
5 "description": "Object",
6 "overflow": false,
7 "properties": [
8 {
9 "name": "a",
10 "type": "number",
11 "value": "1"
12 }
13 ]
14 }
15 p2 : {
16 "type": "object",
17 "description": "Object",
18 "overflow": false,
19 "properties": [
20 {
21 "name": "b",
22 "type": "string",
23 "value": "foo"
24 },
25 {
26 "name": "bb",
27 "type": "string",
28 "value": "bar"
29 }
30 ]
31 }
32
OLDNEW
« no previous file with comments | « test/inspector/runtime/get-properties-preview.js ('k') | test/inspector/runtime/property-on-console-proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698