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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt

Issue 2717853002: DevTools: iterate on object preview style (Closed)
Patch Set: unhide experiment and fix ellipsis Created 3 years, 10 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-array-prototype-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt
index 17947fe5686a3cf7475fe91bc4bf9489f1d83ce8..cda19b70b5e1335b6cae52973ddb6b72fb35576d 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt
@@ -33,8 +33,8 @@ a6
[0, undefined × 9, 10, undefined × 4]
console-format-array-prototype.html:4 [0, undefined × 9, 10, undefined × 4]
a7
-[3: 4, index0: 0, index1: 1, index2: 2, index3: 3, index4: 4…]
-console-format-array-prototype.html:4 [3: 4, index0: 0, index1: 1, index2: 2, index3: 3, index4: 4…]
+[3: 4, index0: 0, index1: 1, index2: 2, index3: 3, index4: 4, …]
+console-format-array-prototype.html:4 [3: 4, index0: 0, index1: 1, index2: 2, index3: 3, index4: 4, …]
a8
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
console-format-array-prototype.html:4 [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

Powered by Google App Engine
This is Rietveld 408576698