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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-table-expected.txt

Issue 2918993003: DevTools: allow shallow array values in console.table (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 CONSOLE MESSAGE: line 10: null 1 CONSOLE MESSAGE: line 10: null
2 CONSOLE MESSAGE: line 12: Array of arrays 2 CONSOLE MESSAGE: line 12: Array of arrays
3 CONSOLE MESSAGE: line 13: 1,2,3,4,5,6 3 CONSOLE MESSAGE: line 13: 1,2,3,4,5,6
4 CONSOLE MESSAGE: line 15: Large array of arrays 4 CONSOLE MESSAGE: line 15: Large array of arrays
5 CONSOLE MESSAGE: line 16: 1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6 5 CONSOLE MESSAGE: line 16: 1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6
6 CONSOLE MESSAGE: line 18: Array or array and object 6 CONSOLE MESSAGE: line 18: Array or array and object
7 CONSOLE MESSAGE: line 19: 1,2,3,[object Object] 7 CONSOLE MESSAGE: line 19: 1,2,3,[object Object]
8 CONSOLE MESSAGE: line 21: Object table 8 CONSOLE MESSAGE: line 21: Object table
9 CONSOLE MESSAGE: line 22: [object Object] 9 CONSOLE MESSAGE: line 22: [object Object]
10 CONSOLE MESSAGE: line 24: Null as columns 10 CONSOLE MESSAGE: line 24: Null as columns
11 CONSOLE MESSAGE: line 25: 1,2,3,4,5,6 11 CONSOLE MESSAGE: line 25: 1,2,3,4,5,6
12 CONSOLE MESSAGE: line 27: Digit as columns 12 CONSOLE MESSAGE: line 27: Digit as columns
13 CONSOLE MESSAGE: line 28: 1,2,3,4,5,6 13 CONSOLE MESSAGE: line 28: 1,2,3,4,5,6
14 CONSOLE MESSAGE: line 30: String as columns 14 CONSOLE MESSAGE: line 30: String as columns
15 CONSOLE MESSAGE: line 31: 1,2,3,4,5,6 15 CONSOLE MESSAGE: line 31: 1,2,3,4,5,6
16 CONSOLE MESSAGE: line 33: Random string as columns 16 CONSOLE MESSAGE: line 33: Random string as columns
17 CONSOLE MESSAGE: line 34: 1,2,3,4,5,6 17 CONSOLE MESSAGE: line 34: 1,2,3,4,5,6
18 CONSOLE MESSAGE: line 36: Array of strings as columns 18 CONSOLE MESSAGE: line 36: Array of strings as columns
19 CONSOLE MESSAGE: line 37: [object Object],[object Object] 19 CONSOLE MESSAGE: line 37: [object Object],[object Object]
20 CONSOLE MESSAGE: line 39: Good and bad column names 20 CONSOLE MESSAGE: line 39: Good and bad column names
21 CONSOLE MESSAGE: line 40: [object Object],[object Object] 21 CONSOLE MESSAGE: line 40: [object Object],[object Object]
22 CONSOLE MESSAGE: line 42: Missing column name 22 CONSOLE MESSAGE: line 42: Missing column name
23 CONSOLE MESSAGE: line 43: [object Object],[object Object] 23 CONSOLE MESSAGE: line 43: [object Object],[object Object]
24 CONSOLE MESSAGE: line 45: Shallow array
25 CONSOLE MESSAGE: line 46: 1,foo,
26 CONSOLE MESSAGE: line 48: Deep and shallow array
27 CONSOLE MESSAGE: line 49: 1,foo,2
24 CONSOLE MESSAGE: line 10: null 28 CONSOLE MESSAGE: line 10: null
25 CONSOLE MESSAGE: line 12: Array of arrays 29 CONSOLE MESSAGE: line 12: Array of arrays
26 CONSOLE MESSAGE: line 13: 1,2,3,4,5,6 30 CONSOLE MESSAGE: line 13: 1,2,3,4,5,6
27 CONSOLE MESSAGE: line 15: Large array of arrays 31 CONSOLE MESSAGE: line 15: Large array of arrays
28 CONSOLE MESSAGE: line 16: 1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6 32 CONSOLE MESSAGE: line 16: 1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6
29 CONSOLE MESSAGE: line 18: Array or array and object 33 CONSOLE MESSAGE: line 18: Array or array and object
30 CONSOLE MESSAGE: line 19: 1,2,3,[object Object] 34 CONSOLE MESSAGE: line 19: 1,2,3,[object Object]
31 CONSOLE MESSAGE: line 21: Object table 35 CONSOLE MESSAGE: line 21: Object table
32 CONSOLE MESSAGE: line 22: [object Object] 36 CONSOLE MESSAGE: line 22: [object Object]
33 CONSOLE MESSAGE: line 24: Null as columns 37 CONSOLE MESSAGE: line 24: Null as columns
34 CONSOLE MESSAGE: line 25: 1,2,3,4,5,6 38 CONSOLE MESSAGE: line 25: 1,2,3,4,5,6
35 CONSOLE MESSAGE: line 27: Digit as columns 39 CONSOLE MESSAGE: line 27: Digit as columns
36 CONSOLE MESSAGE: line 28: 1,2,3,4,5,6 40 CONSOLE MESSAGE: line 28: 1,2,3,4,5,6
37 CONSOLE MESSAGE: line 30: String as columns 41 CONSOLE MESSAGE: line 30: String as columns
38 CONSOLE MESSAGE: line 31: 1,2,3,4,5,6 42 CONSOLE MESSAGE: line 31: 1,2,3,4,5,6
39 CONSOLE MESSAGE: line 33: Random string as columns 43 CONSOLE MESSAGE: line 33: Random string as columns
40 CONSOLE MESSAGE: line 34: 1,2,3,4,5,6 44 CONSOLE MESSAGE: line 34: 1,2,3,4,5,6
41 CONSOLE MESSAGE: line 36: Array of strings as columns 45 CONSOLE MESSAGE: line 36: Array of strings as columns
42 CONSOLE MESSAGE: line 37: [object Object],[object Object] 46 CONSOLE MESSAGE: line 37: [object Object],[object Object]
43 CONSOLE MESSAGE: line 39: Good and bad column names 47 CONSOLE MESSAGE: line 39: Good and bad column names
44 CONSOLE MESSAGE: line 40: [object Object],[object Object] 48 CONSOLE MESSAGE: line 40: [object Object],[object Object]
45 CONSOLE MESSAGE: line 42: Missing column name 49 CONSOLE MESSAGE: line 42: Missing column name
46 CONSOLE MESSAGE: line 43: [object Object],[object Object] 50 CONSOLE MESSAGE: line 43: [object Object],[object Object]
51 CONSOLE MESSAGE: line 45: Shallow array
52 CONSOLE MESSAGE: line 46: 1,foo,
53 CONSOLE MESSAGE: line 48: Deep and shallow array
54 CONSOLE MESSAGE: line 49: 1,foo,2
47 Tests console.table. 55 Tests console.table.
48 56
49 console-format-table.html:10 57 console-format-table.html:10
50 console-format-table.html:12 Array of arrays 58 console-format-table.html:12 Array of arrays
51 console-format-table.html:13 59 console-format-table.html:13
52 console-format-table.html:15 Large array of arrays 60 console-format-table.html:15 Large array of arrays
53 console-format-table.html:16 61 console-format-table.html:16
54 console-format-table.html:18 Array or array and object 62 console-format-table.html:18 Array or array and object
55 console-format-table.html:19 63 console-format-table.html:19
56 console-format-table.html:21 Object table 64 console-format-table.html:21 Object table
57 console-format-table.html:22 65 console-format-table.html:22
58 console-format-table.html:24 Null as columns 66 console-format-table.html:24 Null as columns
59 console-format-table.html:25 67 console-format-table.html:25
60 console-format-table.html:27 Digit as columns 68 console-format-table.html:27 Digit as columns
61 console-format-table.html:28 69 console-format-table.html:28
62 console-format-table.html:30 String as columns 70 console-format-table.html:30 String as columns
63 console-format-table.html:31 71 console-format-table.html:31
64 console-format-table.html:33 Random string as columns 72 console-format-table.html:33 Random string as columns
65 console-format-table.html:34 73 console-format-table.html:34
66 console-format-table.html:36 Array of strings as columns 74 console-format-table.html:36 Array of strings as columns
67 console-format-table.html:37 75 console-format-table.html:37
68 console-format-table.html:39 Good and bad column names 76 console-format-table.html:39 Good and bad column names
69 console-format-table.html:40 77 console-format-table.html:40
70 console-format-table.html:42 Missing column name 78 console-format-table.html:42 Missing column name
71 console-format-table.html:43 79 console-format-table.html:43
80 console-format-table.html:45 Shallow array
81 console-format-table.html:46
82 console-format-table.html:48 Deep and shallow array
83 console-format-table.html:49
72 console-format-table.html:10 84 console-format-table.html:10
73 console-format-table.html:12 Array of arrays 85 console-format-table.html:12 Array of arrays
74 HEADER (index) | 0 | 1 | 2 | 86 HEADER (index) | 0 | 1 | 2 |
75 ROW 1 | 2 | 3 | 87 ROW 1 | 2 | 3 |
76 ROW 4 | 5 | 6 | 88 ROW 4 | 5 | 6 |
77 console-format-table.html:15 Large array of arrays 89 console-format-table.html:15 Large array of arrays
78 HEADER (index) | 0 | 1 | 2 | 90 HEADER (index) | 0 | 1 | 2 |
79 ROW 1 | 2 | 3 | 91 ROW 1 | 2 | 3 |
80 ROW 4 | 5 | 6 | 92 ROW 4 | 5 | 6 |
81 ROW 1 | 2 | 3 | 93 ROW 1 | 2 | 3 |
(...skipping 27 matching lines...) Expand all
109 console-format-table.html:36 Array of strings as columns 121 console-format-table.html:36 Array of strings as columns
110 HEADER (index) | a | b | 122 HEADER (index) | a | b |
111 ROW 1 | 2 | 123 ROW 1 | 2 |
112 ROW "foo" | "bar" | 124 ROW "foo" | "bar" |
113 console-format-table.html:39 Good and bad column names 125 console-format-table.html:39 Good and bad column names
114 HEADER (index) | a | b | 126 HEADER (index) | a | b |
115 ROW 1 | 2 | 127 ROW 1 | 2 |
116 ROW "foo" | 128 ROW "foo" |
117 console-format-table.html:42 Missing column name 129 console-format-table.html:42 Missing column name
118 HEADER (index) | 130 HEADER (index) |
131 console-format-table.html:45 Shallow array
132 HEADER (index) | Value |
133 ROW 1 |
134 ROW "foo" |
135 ROW null |
136 console-format-table.html:48 Deep and shallow array
137 HEADER (index) | Value | 0 |
138 ROW 1 |
139 ROW "foo" |
140 ROW 2 |
119 141
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698