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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-format-table-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-table-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-table-expected.txt
index fee57d5f8754fa1d1f45705055733b61aefdb21c..cb5ed238d82a956aa2d4b1341476f6285ca76bf8 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-table-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-table-expected.txt
@@ -21,6 +21,12 @@ CONSOLE MESSAGE: line 39: Good and bad column names
CONSOLE MESSAGE: line 40: [object Object],[object Object]
CONSOLE MESSAGE: line 42: Missing column name
CONSOLE MESSAGE: line 43: [object Object],[object Object]
+CONSOLE MESSAGE: line 45: Shallow array
+CONSOLE MESSAGE: line 46: 1,foo,
+CONSOLE MESSAGE: line 48: Shallow array with 'Value' column
+CONSOLE MESSAGE: line 49: 1,[object Object]
+CONSOLE MESSAGE: line 51: Deep and shallow array
+CONSOLE MESSAGE: line 52: 1,foo,2
CONSOLE MESSAGE: line 10: null
CONSOLE MESSAGE: line 12: Array of arrays
CONSOLE MESSAGE: line 13: 1,2,3,4,5,6
@@ -44,6 +50,12 @@ CONSOLE MESSAGE: line 39: Good and bad column names
CONSOLE MESSAGE: line 40: [object Object],[object Object]
CONSOLE MESSAGE: line 42: Missing column name
CONSOLE MESSAGE: line 43: [object Object],[object Object]
+CONSOLE MESSAGE: line 45: Shallow array
+CONSOLE MESSAGE: line 46: 1,foo,
+CONSOLE MESSAGE: line 48: Shallow array with 'Value' column
+CONSOLE MESSAGE: line 49: 1,[object Object]
+CONSOLE MESSAGE: line 51: Deep and shallow array
+CONSOLE MESSAGE: line 52: 1,foo,2
Tests console.table.
console-format-table.html:10
@@ -69,6 +81,12 @@ console-format-table.html:39 Good and bad column names
console-format-table.html:40
console-format-table.html:42 Missing column name
console-format-table.html:43
+console-format-table.html:45 Shallow array
+console-format-table.html:46
+console-format-table.html:48 Shallow array with 'Value' column
+console-format-table.html:49
+console-format-table.html:51 Deep and shallow array
+console-format-table.html:52
console-format-table.html:10
console-format-table.html:12 Array of arrays
HEADER (index) | 0 | 1 | 2 |
@@ -116,4 +134,18 @@ ROW 1 | 2 |
ROW "foo" |
console-format-table.html:42 Missing column name
HEADER (index) |
+console-format-table.html:45 Shallow array
+HEADER (index) | Value |
+ROW 1 |
+ROW "foo" |
+ROW null |
+console-format-table.html:48 Shallow array with 'Value' column
+HEADER (index) | Value | Value |
+ROW 1 |
+ROW 2 |
+console-format-table.html:51 Deep and shallow array
+HEADER (index) | Value | 0 |
+ROW 1 |
+ROW "foo" |
+ROW 2 |

Powered by Google App Engine
This is Rietveld 408576698