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

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

Powered by Google App Engine
This is Rietveld 408576698