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

Side by Side Diff: test/inspector/runtime/length-or-size-description-expected.txt

Issue 2521853003: Re-land of Use parenthesis in descriptions for array/map/set lengths/sizes (Closed)
Patch Set: ac Created 4 years 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
(Empty)
1 Test that descriptions for arrays, maps, and sets include the correct length or size.
2 Set(0)
3 Set(0)
4 Set(2)
5 Set(2)
6 Map(0)
7 Map(0)
8 Map(2)
9 Map(2)
10 Array(0)
11 Array(0)
12 Array(2)
13 Array(2)
14 Uint8Array(0)
15 Uint8Array(0)
16 Uint8Array(2)
17 Uint8Array(2)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698