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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 13: 3 1 CONSOLE MESSAGE: line 13: 3
2 Tests that inline scope variables are rendering correctly. 2 Tests that inline scope variables are rendering correctly.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 9: length = 123 5 9: length = 123
6 10: a = [1, 2, 3] 6 10: a = (3) [1, 2, 3]
7 11: 7 11:
8 12: b = 42 8 12: b = 42
9 13: a = [1, 2, 3] 9 13: a = (3) [1, 2, 3]
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698