| 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..37f36515a6da303449ca84eaa4cdf63e417d578b 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,10 @@ 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: Deep and shallow array | 
| +CONSOLE MESSAGE: line 49: 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 +48,10 @@ 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: Deep and shallow array | 
| +CONSOLE MESSAGE: line 49: 1,foo,2 | 
| Tests console.table. | 
|  | 
| console-format-table.html:10 | 
| @@ -69,6 +77,10 @@ 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 Deep and shallow array | 
| +console-format-table.html:49 | 
| console-format-table.html:10 | 
| console-format-table.html:12 Array of arrays | 
| HEADER (index) | 0 | 1 | 2 | | 
| @@ -116,4 +128,14 @@ 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 Deep and shallow array | 
| +HEADER (index) | Value | 0 | | 
| +ROW 1 | | 
| +ROW "foo" | | 
| +ROW 2 | | 
|  | 
|  |