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

Unified 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, 1 month 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: test/inspector/runtime/length-or-size-description-expected.txt
diff --git a/test/inspector/runtime/length-or-size-description-expected.txt b/test/inspector/runtime/length-or-size-description-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d7d08d67821dfd918f32deeb711530486520e58e
--- /dev/null
+++ b/test/inspector/runtime/length-or-size-description-expected.txt
@@ -0,0 +1,17 @@
+Test that descriptions for arrays, maps, and sets include the correct length or size.
+Set(0)
+Set(2)
+Map(0)
+Map(2)
+Array(0)
+Array(2)
+Uint8Array(0)
+Uint8Array(2)
+Set(0)
+Set(2)
+Map(0)
+Map(2)
+Array(0)
+Array(2)
+Uint8Array(0)
+Uint8Array(2)
« no previous file with comments | « test/inspector/runtime/length-or-size-description.js ('k') | test/inspector/runtime/set-or-map-entries-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698