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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt

Issue 2723773003: DevTools: restore array lengths for long arrays (Closed)
Patch Set: ac 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/sources/debugger-ui/inline-scope-variables-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt
index 1e34a9b40fce7b07b149cdaee48cc3ab3d591267..244038b11123d0cfa53d882daa93529732b14a3c 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt
@@ -3,8 +3,8 @@ Tests that inline scope variables are rendering correctly.
Set timer for test function.
9: length = 123
-10: a = [1, 2, 3]
+10: a = (3) [1, 2, 3]
11:
12: b = 42
-13: a = [1, 2, 3]
+13: a = (3) [1, 2, 3]

Powered by Google App Engine
This is Rietveld 408576698