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

Unified Diff: test/inspector/debugger/object-preview-internal-properties-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
« no previous file with comments | « src/inspector/injected-script-source.js ('k') | test/inspector/runtime/length-or-size-description.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/object-preview-internal-properties-expected.txt
diff --git a/test/inspector/debugger/object-preview-internal-properties-expected.txt b/test/inspector/debugger/object-preview-internal-properties-expected.txt
index 2c7995c335daff271e244bde607d5055e2f42d1b..481ef8b1a38e513f733ab4b8a62004911974c23d 100644
--- a/test/inspector/debugger/object-preview-internal-properties-expected.txt
+++ b/test/inspector/debugger/object-preview-internal-properties-expected.txt
@@ -164,7 +164,7 @@ expression: (new Map([[1,2]])).entries()
[
[0] : {
value : {
- description : Array[2]
+ description : Array(2)
overflow : false
properties : [
[0] : {
@@ -204,20 +204,20 @@ expression: (new Set([[1,2]])).entries()
[
[0] : {
value : {
- description : Array[2]
+ description : Array(2)
overflow : false
properties : [
[0] : {
name : 0
subtype : array
type : object
- value : Array[2]
+ value : Array(2)
}
[1] : {
name : 1
subtype : array
type : object
- value : Array[2]
+ value : Array(2)
}
]
subtype : array
@@ -251,3 +251,4 @@ expression: ({})
Running test: overridenArrayGetter
expression: Promise.resolve(42)
+
« no previous file with comments | « src/inspector/injected-script-source.js ('k') | test/inspector/runtime/length-or-size-description.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698