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

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

Issue 1963753003: DevTools: default all console object previews to lossy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing return Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 p1 : Object 1 p1 : Object
2 p2 : Object 2 p2 : Object
3 p1 : { 3 p1 : {
4 "type": "object", 4 "type": "object",
5 "description": "Object", 5 "description": "Object",
6 "lossless": true,
7 "overflow": false, 6 "overflow": false,
8 "properties": [ 7 "properties": [
9 { 8 {
10 "name": "a", 9 "name": "a",
11 "type": "number", 10 "type": "number",
12 "value": "1" 11 "value": "1"
13 } 12 }
14 ] 13 ]
15 } 14 }
16 p2 : { 15 p2 : {
17 "type": "object", 16 "type": "object",
18 "description": "Object", 17 "description": "Object",
19 "lossless": true,
20 "overflow": false, 18 "overflow": false,
21 "properties": [ 19 "properties": [
22 { 20 {
23 "name": "b", 21 "name": "b",
24 "type": "string", 22 "type": "string",
25 "value": "foo" 23 "value": "foo"
26 }, 24 },
27 { 25 {
28 "name": "bb", 26 "name": "bb",
29 "type": "string", 27 "type": "string",
30 "value": "bar" 28 "value": "bar"
31 } 29 }
32 ] 30 ]
33 } 31 }
34 32
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698