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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-table-expected.txt

Issue 1617393002: [DevTools] Not use with statement for evaluated console command (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix $1-$4, $_ Created 4 years, 11 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-table-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-table-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-table-expected.txt
index 9384a46aaa677c9c21bef1d44c5fc2fd61f4b5ea..5a1e455831f1b56ed8475c2f5f99cd590b163ae4 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-table-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-table-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE MESSAGE: line 2: [object Object],[object Object],[object Object],[object Object]
-CONSOLE MESSAGE: line 2: [object Object],[object Object],[object Object],[object Object]
+CONSOLE MESSAGE: line 1: [object Object],[object Object],[object Object],[object Object]
+CONSOLE MESSAGE: line 1: [object Object],[object Object],[object Object],[object Object]
Tests that console.table is properly rendered on tables with more than 20 columns(maxColumnsToRender).
HEADER (index) | b0 | b1 | b2 | b3 | b4 | b5 | b6 | b7 | b8 | b9 | b10 | b11 | b12 | b13 | b14 | a0 | a1 | a2 | a3 | a4 |

Powered by Google App Engine
This is Rietveld 408576698